forked from len0rd/rockbox
increased length of 'you lose' display
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@881 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7195d9c750
commit
84ee4ca964
1 changed files with 2 additions and 2 deletions
|
|
@ -350,7 +350,7 @@ void game_loop(void)
|
|||
move_down();
|
||||
}
|
||||
count++;
|
||||
sleep(10);
|
||||
sleep(HZ/10);
|
||||
}
|
||||
if(gameover()) {
|
||||
int w, h;
|
||||
|
|
@ -362,7 +362,7 @@ void game_loop(void)
|
|||
lcd_putsxy(TETRIS_TITLE_XLOC, TETRIS_TITLE_YLOC, "You lose!",
|
||||
TETRIS_TITLE_FONT);
|
||||
lcd_update();
|
||||
sleep(2);
|
||||
sleep(HZ);
|
||||
return;
|
||||
}
|
||||
move_down();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue