mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +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
|
@ -31,11 +31,12 @@
|
|||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
# include <string.h>
|
||||
#endif
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <strings.h>
|
||||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "commdef.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue