forked from len0rd/rockbox
Should fix X5/M5 compile errors.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13739 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ec7252c96f
commit
0cbb4cdf68
1 changed files with 4 additions and 0 deletions
|
@ -1272,6 +1272,7 @@ static bool sokoban_loop(void)
|
|||
break;
|
||||
#endif
|
||||
|
||||
#ifdef SOKOBAN_LEVEL_UP
|
||||
case SOKOBAN_LEVEL_UP:
|
||||
case SOKOBAN_LEVEL_UP | BUTTON_REPEAT:
|
||||
/* next level */
|
||||
|
@ -1281,7 +1282,9 @@ static bool sokoban_loop(void)
|
|||
|
||||
draw_level();
|
||||
break;
|
||||
#endif
|
||||
|
||||
#ifdef SOKOBAN_LEVEL_DOWN
|
||||
case SOKOBAN_LEVEL_DOWN:
|
||||
case SOKOBAN_LEVEL_DOWN | BUTTON_REPEAT:
|
||||
/* previous level */
|
||||
|
@ -1291,6 +1294,7 @@ static bool sokoban_loop(void)
|
|||
|
||||
draw_level();
|
||||
break;
|
||||
#endif
|
||||
|
||||
#ifdef SOKOBAN_LEVEL_REPEAT
|
||||
case SOKOBAN_LEVEL_REPEAT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue