diff options
Diffstat (limited to 'apps/plugins/sokoban.c')
-rw-r--r-- | apps/plugins/sokoban.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c index f7dc165a13..fcadc93897 100644 --- a/apps/plugins/sokoban.c +++ b/apps/plugins/sokoban.c | |||
@@ -49,7 +49,8 @@ | |||
49 | #define SOKOBAN_LEVEL_DOWN (BUTTON_MENU | BUTTON_LEFT) | 49 | #define SOKOBAN_LEVEL_DOWN (BUTTON_MENU | BUTTON_LEFT) |
50 | #define SOKOBAN_LEVEL_REPEAT (BUTTON_MENU | BUTTON_UP) | 50 | #define SOKOBAN_LEVEL_REPEAT (BUTTON_MENU | BUTTON_UP) |
51 | 51 | ||
52 | #elif CONFIG_KEYPAD == IRIVER_H100_PAD | 52 | #elif (CONFIG_KEYPAD == IRIVER_H100_PAD) || \ |
53 | (CONFIG_KEYPAD == IRIVER_H300_PAD) | ||
53 | #define SOKOBAN_QUIT BUTTON_OFF | 54 | #define SOKOBAN_QUIT BUTTON_OFF |
54 | #define SOKOBAN_UNDO BUTTON_ON | 55 | #define SOKOBAN_UNDO BUTTON_ON |
55 | #define SOKOBAN_LEVEL_UP BUTTON_MODE | 56 | #define SOKOBAN_LEVEL_UP BUTTON_MODE |