summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/sokoban.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c
index 47ae64c18f..ff13b470f5 100644
--- a/apps/plugins/sokoban.c
+++ b/apps/plugins/sokoban.c
@@ -25,7 +25,7 @@
25#define SOKOBAN_TITLE "Sokoban" 25#define SOKOBAN_TITLE "Sokoban"
26#define SOKOBAN_TITLE_FONT 2 26#define SOKOBAN_TITLE_FONT 2
27 27
28#define LEVELS_FILE "/.rockbox/sokoban/levels.txt" 28#define LEVELS_FILE "/.rockbox/sokoban.levels"
29 29
30#define ROWS 16 30#define ROWS 16
31#define COLS 20 31#define COLS 20