changeset 60:f3f049569628 draft

(svn r61) Fixed warning in sdl.c
author orudge <orudge@openttd.org>
date Sun, 15 Aug 2004 21:13:15 +0000
parents 120fb6c1877b
children f985aa7905c6
files sdl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sdl.c
+++ b/sdl.c
@@ -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;