fix warning
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1979 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3c4fa77625
commit
f3a67176f4
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ void IN_Impulse (void)
|
||||||
in_impulsespending[pnum]++;
|
in_impulsespending[pnum]++;
|
||||||
}
|
}
|
||||||
|
|
||||||
void IN_Restart()
|
void IN_Restart (void)
|
||||||
{
|
{
|
||||||
IN_Shutdown();
|
IN_Shutdown();
|
||||||
IN_Init();
|
IN_Init();
|
||||||
|
|
Loading…
Reference in a new issue