diff options
Diffstat (limited to 'apps/plugins/doom')
| -rw-r--r-- | apps/plugins/doom/i_video.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/doom/i_video.c b/apps/plugins/doom/i_video.c index e7f8e90..7758ca3 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) } #endif -inline void getkey() +static inline void getkey() { event_t event; /* Same button handling as rockboy */ @@ -609,7 +609,7 @@ inline void getkey() } } -inline void I_StartTic (void) +void I_StartTic (void) { getkey(); } |