diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/plugins/sokoban.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c index 8082ef6..0e81f0f 100644 --- a/apps/plugins/sokoban.c +++ b/apps/plugins/sokoban.c @@ -25,7 +25,7 @@ #define SOKOBAN_TITLE "Sokoban" #define SOKOBAN_TITLE_FONT 2 -#define LEVELS_FILE "/.rockbox/sokoban.levels" +#define LEVELS_FILE PLUGIN_DIR "/sokoban.levels" #define ROWS 16 #define COLS 20 |