]> git.0x19.co - doomgeneric-snom360/commitdiff
I_InitInput return value fixed
authorozkl <ozkl@users.noreply.github.com>
Sun, 23 Apr 2023 12:02:28 +0000 (15:02 +0300)
committerozkl <ozkl@users.noreply.github.com>
Sun, 23 Apr 2023 12:02:28 +0000 (15:02 +0300)
doomgeneric/i_video.c

index bf6303565ad7b1ef89eedb36b7dfd60bb2eee6df..34b661505a7905d01a5fc96f574edc829269df58 100644 (file)
@@ -223,7 +223,7 @@ void I_InitGraphics (void)
 
        screenvisible = true;
 
-    extern int I_InitInput(void);
+    extern void I_InitInput(void);
     I_InitInput();
 }