From 0a6acd5539e36171ef39afdaf4b51e9e5e75f0a1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 21 May 2004 17:25:46 +0000 Subject: 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 --- apps/plugins/sokoban.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3