summaryrefslogtreecommitdiff
path: root/apps/plugins/pegbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pegbox.c')
-rw-r--r--apps/plugins/pegbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/pegbox.c b/apps/plugins/pegbox.c
index 75a37e18a8..23470d4780 100644
--- a/apps/plugins/pegbox.c
+++ b/apps/plugins/pegbox.c
@@ -39,8 +39,8 @@ PLUGIN_HEADER
39#define PB_USB 2 39#define PB_USB 2
40#define PB_QUIT 1 40#define PB_QUIT 1
41 41
42#define DATA_FILE PLUGIN_DIR "/games/pegbox.data" 42#define DATA_FILE PLUGIN_GAMES_DIR "/pegbox.data"
43#define SAVE_FILE PLUGIN_DIR "/games/pegbox.save" 43#define SAVE_FILE PLUGIN_GAMES_DIR "/pegbox.save"
44 44
45#define ROWS 8 /* Number of rows on each board */ 45#define ROWS 8 /* Number of rows on each board */
46#define COLS 12 /* Number of columns on each board */ 46#define COLS 12 /* Number of columns on each board */