summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-08-19 17:42:43 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-09-25 00:09:19 (EDT)
commit020f183f963d4c07c8fcf28aedc6fed6af756529 (patch)
treec3d339d7def64f16b965e2086119c03d933707bd
parent7a2a4e59c299473d60bceb4d51be470feff866e8 (diff)
downloadmazefight-020f183f963d4c07c8fcf28aedc6fed6af756529.zip
mazefight-020f183f963d4c07c8fcf28aedc6fed6af756529.tar.gz
mazefight-020f183f963d4c07c8fcf28aedc6fed6af756529.tar.bz2
game: Slow down for debugging
-rw-r--r--src/game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.c b/src/game.c
index d582323..6d5b573 100644
--- a/src/game.c
+++ b/src/game.c
@@ -217,7 +217,7 @@ mf_game(long seed, int size, int fow, int reveal, int enemies,
game.beg = SDL_GetTicks();
- fr = 30;
+ fr = 10;
won = SDL_FALSE;
while(1) {
beg = SDL_GetTicks();