summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-03-13 01:52:11 +0000
committerDave Chapman <dave@dchapman.com>2006-03-13 01:52:11 +0000
commit7a10c08af4f3d2e8365b24dfb668cddad1c08fcb (patch)
treea1662a582881f2f2206918fe2dd62bebf313fb3b
parentad8b24d90c1599421202f44dba94a645501ca81d (diff)
downloadrockbox-7a10c08af4f3d2e8365b24dfb668cddad1c08fcb.tar.gz
rockbox-7a10c08af4f3d2e8365b24dfb668cddad1c08fcb.zip
Oops - changing the default setting for showfps shouldn't have been committed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9019 a1c6a512-1295-4272-9138-f99709370657
-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)
settings.numlives = 2; /* 3 lives */
settings.bonus = 0; /* 10000 points */
settings.ghostnames = 0; /* Normal names */
- settings.showfps = 1; /* Do not show FPS */
+ settings.showfps = 0; /* Do not show FPS */
/* Initialise the hardware */
init_PacmanMachine(settings_to_dip(settings));