(svn r61) Fixed warning in sdl.c
authororudge
Sun, 15 Aug 2004 21:13:15 +0000
changeset 60 f8e458d27f7e
parent 59 fb1a20aefeae
child 61 cd2827156f2a
(svn r61) Fixed warning in sdl.c
sdl.c
--- a/sdl.c	Sun Aug 15 21:10:08 2004 +0000
+++ b/sdl.c	Sun Aug 15 21:13:15 2004 +0000
@@ -501,7 +501,7 @@
 
 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;