Changeset - r60:0819fee87a10
[Not reviewed]
master
0 1 0
orudge - 20 years ago 2004-08-15 21:13:15
orudge@openttd.org
(svn r61) Fixed warning in sdl.c
1 file changed with 1 insertions and 1 deletions:
sdl.c
1
1
0 comments (0 inline, 0 general)
sdl.c
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)