From 90ea952230b6146b0c5e022309ceb53e7fc5fc55 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 1 May 2002 10:40:10 +0000 Subject: slow down tetris a bit, now when the X11 simulator supports sleep() with an approximately correct sleep time git-svn-id: svn://svn.rockbox.org/rockbox/trunk@369 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/tetris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uisimulator/tetris.c b/uisimulator/tetris.c index f9b9c5c5ee..5cf1e1068d 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; -- cgit v1.2.3