diff options
Diffstat (limited to 'apps/plugins/invadrox.c')
| -rw-r--r-- | apps/plugins/invadrox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/invadrox.c b/apps/plugins/invadrox.c index 62a1c3e..aa2cf0d 100644 --- a/apps/plugins/invadrox.c +++ b/apps/plugins/invadrox.c @@ -559,7 +559,7 @@ unsigned char fire_sprite[FIRE_HEIGHT] = { #define TARGET_BOTTOM 3 #define TARGET_UFO 4 -#define HISCOREFILE "/.rockbox/rocks/invadrox.high" +#define HISCOREFILE PLUGIN_GAMES_DIR "/invadrox.high" /* The time (in ms) for one iteration through the game loop - decrease this |