mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* Fix compiler warning due to missing guard
This commit is contained in:
parent
3d70f2ccff
commit
c9171f9b63
1 changed files with 2 additions and 0 deletions
|
@ -120,7 +120,9 @@ static qboolean sdlrepeatenabled = qfalse;
|
|||
|
||||
static cvar_t *in_mouse;
|
||||
static cvar_t *in_disablemacosxmouseaccel;
|
||||
#ifdef MACOS_X
|
||||
static double originalMouseSpeed = -1.0;
|
||||
#endif
|
||||
cvar_t *in_subframe;
|
||||
cvar_t *in_nograb; // this is strictly for developers
|
||||
|
||||
|
|
Loading…
Reference in a new issue