diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ main(void) pal->ncolors = 64; i = 0; - i_max = 720; + i_max = 1440; start = SDL_GetTicks(); x = 9 * map->tilewidth ; y = 58 * map->tileheight; |