summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-11-14 05:19:38 (EST)
committer P. J. McDermott <pjm@nac.net>2013-11-14 05:19:38 (EST)
commit5e70f0387d541e14492eb10adb231a31115e16a3 (patch)
treebc7ebded5c8ebfff6e00381a44e9f20cca3097c7
parentb82fac403f929bc4f8acaa46ba4b92fe2094980f (diff)
downloadoverworld-rpg-5e70f0387d541e14492eb10adb231a31115e16a3.zip
overworld-rpg-5e70f0387d541e14492eb10adb231a31115e16a3.tar.gz
overworld-rpg-5e70f0387d541e14492eb10adb231a31115e16a3.tar.bz2
src/main.c: Make days longer.
Walking through this forest used to take two days. Now it takes just one.
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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;