mirror of https://github.com/OpenTTD/OpenTTD
(svn r61) Fixed warning in sdl.c
parent
27f6fcae4c
commit
86f4959b55
2
sdl.c
2
sdl.c
|
@ -501,7 +501,7 @@ static void SdlVideoStop()
|
||||||
|
|
||||||
static int SdlVideoMainLoop()
|
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;
|
int i;
|
||||||
uint32 mod;
|
uint32 mod;
|
||||||
int numkeys;
|
int numkeys;
|
||||||
|
|
Loading…
Reference in New Issue