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, 1 insertions, 1 deletions
diff --git a/src/game.c b/src/game.c
index 58b95df..7169fc3 100644
--- a/src/game.c
+++ b/src/game.c
@@ -57,7 +57,7 @@ static void
wait_game(struct game *g)
{
++g;
- usleep(10000);
+ usleep(1000000 / 30);
}
static void