summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl.c b/sdl.c
index 2cd2fd511..3de59d386 100644
--- a/sdl.c
+++ b/sdl.c
@@ -501,7 +501,7 @@ static void SdlVideoStop()
static int SdlVideoMainLoop()
{
- uint32 next_tick = SDL_CALL SDL_GetTicks() + 30, cur_ticks, pal_tick ;
+ uint32 next_tick = SDL_CALL SDL_GetTicks() + 30, cur_ticks, pal_tick = 0;
int i;
uint32 mod;
int numkeys;