From 5e70f0387d541e14492eb10adb231a31115e16a3 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 14 Nov 2013 05:19:38 -0500 Subject: src/main.c: Make days longer. Walking through this forest used to take two days. Now it takes just one. --- diff --git a/src/main.c b/src/main.c index 2603c76..c4ec5ea 100644 --- a/src/main.c +++ b/src/main.c @@ -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; -- cgit v0.9.1