summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/i_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/i_video.c')
-rw-r--r--apps/plugins/doom/i_video.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/doom/i_video.c b/apps/plugins/doom/i_video.c
index e7f8e9014b..7758ca3fea 100644
--- a/apps/plugins/doom/i_video.c
+++ b/apps/plugins/doom/i_video.c
@@ -435,7 +435,7 @@ static inline unsigned int read_scroll_wheel(void)
435} 435}
436#endif 436#endif
437 437
438inline void getkey() 438static inline void getkey()
439{ 439{
440 event_t event; 440 event_t event;
441 /* Same button handling as rockboy */ 441 /* Same button handling as rockboy */
@@ -609,7 +609,7 @@ inline void getkey()
609 } 609 }
610} 610}
611 611
612inline void I_StartTic (void) 612void I_StartTic (void)
613{ 613{
614 getkey(); 614 getkey();
615} 615}