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:
parent
6a6ae57c84
commit
93a505f0a8
2 changed files with 6 additions and 0 deletions
|
@ -83,6 +83,9 @@ void IN_ReInit(void)
|
||||||
|
|
||||||
void IN_Init(void)
|
void IN_Init(void)
|
||||||
{
|
{
|
||||||
|
#ifdef IN_XFLIP
|
||||||
|
Cvar_Register (&in_xflip, "Input Controls");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void IN_Shutdown(void)
|
void IN_Shutdown(void)
|
||||||
|
|
|
@ -72,6 +72,9 @@ void IN_ReInit(void)
|
||||||
|
|
||||||
void IN_Init(void)
|
void IN_Init(void)
|
||||||
{
|
{
|
||||||
|
#ifdef IN_XFLIP
|
||||||
|
Cvar_Register (&in_xflip, "Input Controls");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void IN_Shutdown(void)
|
void IN_Shutdown(void)
|
||||||
|
|
Loading…
Reference in a new issue