summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.c b/src/game.c
index 7eb4712..8342166 100644
--- a/src/game.c
+++ b/src/game.c
@@ -53,7 +53,7 @@ run_game(struct game *g)
static void
wait(struct game *g)
{
- g->running = 1;
+ ++g;
usleep(10000);
}