summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-21 17:25:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-21 17:25:46 +0000
commit0a6acd5539e36171ef39afdaf4b51e9e5e75f0a1 (patch)
treedf0c0da78cb6cd6cb0d7ba66aa9bb392b3d4f0a4 /apps/plugins
parent148895f0a076a786090d02171910428bd4e4f6ea (diff)
downloadrockbox-0a6acd5539e36171ef39afdaf4b51e9e5e75f0a1.zip
rockbox-0a6acd5539e36171ef39afdaf4b51e9e5e75f0a1.tar.gz
rockbox-0a6acd5539e36171ef39afdaf4b51e9e5e75f0a1.tar.bz2
rockbox-0a6acd5539e36171ef39afdaf4b51e9e5e75f0a1.tar.xz
use the new path to the levels file, the daily build of tomorrow will make
it appear at this path git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4670 a1c6a512-1295-4272-9138-f99709370657
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 47ae64c..ff13b47 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