diff options
Diffstat (limited to 'apps/plugins/bubbles.c')
| -rw-r--r-- | apps/plugins/bubbles.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index 25fd4f3..4d49c3f 100644 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -30,8 +30,8 @@ PLUGIN_HEADER /* files */ -#define SCORE_FILE PLUGIN_DIR "/bubbles.score" -#define SAVE_FILE PLUGIN_DIR "/bubbles.save" +#define SCORE_FILE PLUGIN_GAMES_DIR "/bubbles.score" +#define SAVE_FILE PLUGIN_GAMES_DIR "/bubbles.save" /* final game return status */ #define BB_NONE 5 |