I_InitInput return value fixed

This commit is contained in:
ozkl
2023-04-23 15:02:28 +03:00
parent a1094d5642
commit 57e390dece
+1 -1
View File
@@ -223,7 +223,7 @@ void I_InitGraphics (void)
screenvisible = true;
extern int I_InitInput(void);
extern void I_InitInput(void);
I_InitInput();
}