diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/sdl/progs/wolf3d/version.h | 2 | ||||
| -rw-r--r-- | apps/plugins/sdl/progs/wolf3d/wl_menu.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/sdl/progs/wolf3d/version.h b/apps/plugins/sdl/progs/wolf3d/version.h index 48b2177..d857d15 100644 --- a/apps/plugins/sdl/progs/wolf3d/version.h +++ b/apps/plugins/sdl/progs/wolf3d/version.h @@ -4,7 +4,7 @@ #ifndef VERSIONALREADYCHOSEN // used for batch compiling #ifndef DATADIR -#define DATADIR "/.rockbox/wolf3d/" +#define DATADIR ROCKBOX_DIR "/wolf3d/" #endif /* Defines used for different versions */ diff --git a/apps/plugins/sdl/progs/wolf3d/wl_menu.c b/apps/plugins/sdl/progs/wolf3d/wl_menu.c index 3913fab..d72f073 100644 --- a/apps/plugins/sdl/progs/wolf3d/wl_menu.c +++ b/apps/plugins/sdl/progs/wolf3d/wl_menu.c @@ -4001,7 +4001,7 @@ CheckForEpisodes (void) { Quit("Your $HOME directory is not defined. You must set this before playing."); } - #define WOLFDIR "/.wolf4sdl" +#define WOLFDIR ROCKBOX_DIR "/wolf3d" if(strlen(homedir) + sizeof(WOLFDIR) > sizeof(configdir)) { Quit("Your $HOME directory path is too long. It cannot be used for saving games."); |