summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-06-09 06:50:02 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-06-09 06:50:02 +0000
commitfd71c2ff87af5c1b102804c1d37e4192703a24c4 (patch)
tree368e57f873a70df8769f6f78eb391f9934f12139 /apps
parent005fc38d8726b50e070da32177e093447351d238 (diff)
downloadrockbox-fd71c2ff87af5c1b102804c1d37e4192703a24c4.tar.gz
rockbox-fd71c2ff87af5c1b102804c1d37e4192703a24c4.zip
Moved the Sokoban levels to .rockbox/rocks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6630 a1c6a512-1295-4272-9138-f99709370657
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 8082ef6cce..0e81f0f2d3 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