Now registering the in_xflip cvar.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2682 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2007-09-23 09:55:38 +00:00
parent 6a6ae57c84
commit 93a505f0a8
2 changed files with 6 additions and 0 deletions

View file

@ -83,6 +83,9 @@ void IN_ReInit(void)
void IN_Init(void)
{
#ifdef IN_XFLIP
Cvar_Register (&in_xflip, "Input Controls");
#endif
}
void IN_Shutdown(void)

View file

@ -72,6 +72,9 @@ void IN_ReInit(void)
void IN_Init(void)
{
#ifdef IN_XFLIP
Cvar_Register (&in_xflip, "Input Controls");
#endif
}
void IN_Shutdown(void)