I_InitInput return value fixed
This commit is contained in:
@@ -223,7 +223,7 @@ void I_InitGraphics (void)
|
|||||||
|
|
||||||
screenvisible = true;
|
screenvisible = true;
|
||||||
|
|
||||||
extern int I_InitInput(void);
|
extern void I_InitInput(void);
|
||||||
I_InitInput();
|
I_InitInput();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user