diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-21 17:25:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-21 17:25:46 +0000 |
commit | 0a6acd5539e36171ef39afdaf4b51e9e5e75f0a1 (patch) | |
tree | df0c0da78cb6cd6cb0d7ba66aa9bb392b3d4f0a4 /apps/plugins/sokoban.c | |
parent | 148895f0a076a786090d02171910428bd4e4f6ea (diff) |
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/sokoban.c')
-rw-r--r-- | apps/plugins/sokoban.c | 2 |
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 @@ #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 |