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.tar.gz
rockbox-0a6acd5539e36171ef39afdaf4b51e9e5e75f0a1.zip
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 47ae64c18f..ff13b470f5 100644
--- a/apps/plugins/sokoban.c
+++ b/apps/plugins/sokoban.c
@@ -25,7 +25,7 @@
25#define SOKOBAN_TITLE "Sokoban" 25#define SOKOBAN_TITLE "Sokoban"
26#define SOKOBAN_TITLE_FONT 2 26#define SOKOBAN_TITLE_FONT 2
27 27
28#define LEVELS_FILE "/.rockbox/sokoban/levels.txt" 28#define LEVELS_FILE "/.rockbox/sokoban.levels"
29 29
30#define ROWS 16 30#define ROWS 16
31#define COLS 20 31#define COLS 20