diff options
Diffstat (limited to 'apps/plugins/doom')
-rw-r--r-- | apps/plugins/doom/i_system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/i_system.c b/apps/plugins/doom/i_system.c index 09a61808fd..601ffc3b27 100644 --- a/apps/plugins/doom/i_system.c +++ b/apps/plugins/doom/i_system.c | |||
@@ -109,7 +109,7 @@ int I_GetTime (void) | |||
109 | void I_Init (void) | 109 | void I_Init (void) |
110 | { | 110 | { |
111 | #if defined(HAVE_LCD_COLOR) && !defined(SIMULATOR) && !defined(RB_PROFILE) | 111 | #if defined(HAVE_LCD_COLOR) && !defined(SIMULATOR) && !defined(RB_PROFILE) |
112 | rb->timer_register(1, NULL, TIMER_FREQ/TICRATE, 1, doomtime IF_COP(, CPU)); | 112 | rb->timer_register(1, NULL, TIMER_FREQ/TICRATE, doomtime IF_COP(, CPU)); |
113 | #endif | 113 | #endif |
114 | I_InitSound(); | 114 | I_InitSound(); |
115 | } | 115 | } |