From f9f89cf5cb42a6540995bbb0c277e1f2e6b222b2 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 2 Mar 2011 23:43:54 +0000 Subject: RaaA: Fix write locations of plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29506 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/invadrox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/invadrox.c') diff --git a/apps/plugins/invadrox.c b/apps/plugins/invadrox.c index 6b64fa7..1bbca81 100644 --- a/apps/plugins/invadrox.c +++ b/apps/plugins/invadrox.c @@ -632,7 +632,7 @@ CONFIG_KEYPAD == MROBE500_PAD #define TARGET_BOTTOM 3 #define TARGET_UFO 4 -#define HISCOREFILE PLUGIN_GAMES_DIR "/invadrox.high" +#define HISCOREFILE PLUGIN_GAMES_DATA_DIR "/invadrox.high" /* The time (in ms) for one iteration through the game loop - decrease this -- cgit v1.1