1
0
Fork 0
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:
Antoine Cellerier 2007-06-29 20:12:04 +00:00
parent ec7252c96f
commit 0cbb4cdf68

View file

@ -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: