summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/tetris.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/tetris.c b/uisimulator/tetris.c
index f9b9c5c..5cf1e10 100644
--- a/uisimulator/tetris.c
+++ b/uisimulator/tetris.c
@@ -305,7 +305,7 @@ void game_loop(void)
move_down();
}
count++;
- sleep(1);
+ sleep(10);
}
if(gameover()) {
char w, h;