summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/pacbox/pacbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pacbox/pacbox.c b/apps/plugins/pacbox/pacbox.c
index f989a25608..76becd9b56 100644
--- a/apps/plugins/pacbox/pacbox.c
+++ b/apps/plugins/pacbox/pacbox.c
@@ -362,7 +362,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
362 settings.numlives = 2; /* 3 lives */ 362 settings.numlives = 2; /* 3 lives */
363 settings.bonus = 0; /* 10000 points */ 363 settings.bonus = 0; /* 10000 points */
364 settings.ghostnames = 0; /* Normal names */ 364 settings.ghostnames = 0; /* Normal names */
365 settings.showfps = 1; /* Do not show FPS */ 365 settings.showfps = 0; /* Do not show FPS */
366 366
367 /* Initialise the hardware */ 367 /* Initialise the hardware */
368 init_PacmanMachine(settings_to_dip(settings)); 368 init_PacmanMachine(settings_to_dip(settings));