summaryrefslogtreecommitdiffstats
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.c b/src/game.c
index 86b7be6..aca77ea 100644
--- a/src/game.c
+++ b/src/game.c
@@ -1,4 +1,5 @@
#include <stdlib.h>
+#include <unistd.h>
#include <curses.h>
#include "game.h"
@@ -52,6 +53,7 @@ static void
wait(struct game *g)
{
g->running = 1;
+ usleep(10000);
}
static void