summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-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 8082ef6cce..0e81f0f2d3 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" 28#define LEVELS_FILE PLUGIN_DIR "/sokoban.levels"
29 29
30#define ROWS 16 30#define ROWS 16
31#define COLS 20 31#define COLS 20