summaryrefslogtreecommitdiff
path: root/apps/plugins/sokoban.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sokoban.c')
-rw-r--r--apps/plugins/sokoban.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c
index 004494ff11..e031f6064a 100644
--- a/apps/plugins/sokoban.c
+++ b/apps/plugins/sokoban.c
@@ -33,8 +33,8 @@ extern const fb_data sokoban_tiles[];
33 33
34#define SOKOBAN_TITLE "Sokoban" 34#define SOKOBAN_TITLE "Sokoban"
35 35
36#define SOKOBAN_LEVELS_FILE PLUGIN_DIR "/sokoban.levels" 36#define SOKOBAN_LEVELS_FILE PLUGIN_GAMES_DIR "/sokoban.levels"
37#define SOKOBAN_SAVE_FILE PLUGIN_DIR "/sokoban.save" 37#define SOKOBAN_SAVE_FILE PLUGIN_GAMES_DIR "/sokoban.save"
38#define SOKOBAN_SAVE_FOLDER "/games" 38#define SOKOBAN_SAVE_FOLDER "/games"
39 39
40/* Magnify is the number of pixels for each block. 40/* Magnify is the number of pixels for each block.