diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-09 06:50:02 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-09 06:50:02 +0000 |
| commit | fd71c2ff87af5c1b102804c1d37e4192703a24c4 (patch) | |
| tree | 368e57f873a70df8769f6f78eb391f9934f12139 /apps/plugins | |
| parent | 005fc38d8726b50e070da32177e093447351d238 (diff) | |
| download | rockbox-fd71c2ff87af5c1b102804c1d37e4192703a24c4.zip rockbox-fd71c2ff87af5c1b102804c1d37e4192703a24c4.tar.gz rockbox-fd71c2ff87af5c1b102804c1d37e4192703a24c4.tar.bz2 rockbox-fd71c2ff87af5c1b102804c1d37e4192703a24c4.tar.xz | |
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/plugins')
| -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 8082ef6..0e81f0f 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 |