mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +00:00
Mostly whitespace, typo fixes. Tweak mouse scaling in sdl more inline with other clients.
This commit is contained in:
parent
4c4e7e9530
commit
57f32284dd
12 changed files with 44 additions and 51 deletions
|
@ -176,7 +176,6 @@ int skipframes;
|
|||
int
|
||||
main (int c, char **v)
|
||||
{
|
||||
|
||||
double time, oldtime, newtime;
|
||||
int j;
|
||||
|
||||
|
@ -217,7 +216,6 @@ main (int c, char **v)
|
|||
Host_Frame (time);
|
||||
oldtime = newtime;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue