mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
Build fix
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1627 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
d0c1d4911f
commit
fad8fe8cc8
1 changed files with 2 additions and 0 deletions
|
@ -286,7 +286,9 @@ void IN_Shutdown (void)
|
|||
}
|
||||
void IN_Init (void)
|
||||
{
|
||||
#ifdef IN_XFLIP
|
||||
Cvar_Register (&in_xflip, "Input Controls");
|
||||
#endif
|
||||
}
|
||||
void IN_Move (usercmd_t *cmd, int pnum) //add mouse movement to cmd
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue