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 @@ #define SOKOBAN_TITLE "Sokoban" #define SOKOBAN_TITLE_FONT 2 -#define LEVELS_FILE "/.rockbox/sokoban/levels.txt" +#define LEVELS_FILE "/.rockbox/sokoban.levels" #define ROWS 16 #define COLS 20