summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-09-25 14:56:33 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-09-25 14:56:33 +0000
commitd0bb6d006530403e4027468e9d568a42954cd6f5 (patch)
treecb5bf35682a9d32b98b7da68f67031ee392a6415 /apps
parent4e4510ee91dbdf889711a163c0986c466b661e6e (diff)
downloadrockbox-d0bb6d006530403e4027468e9d568a42954cd6f5.tar.gz
rockbox-d0bb6d006530403e4027468e9d568a42954cd6f5.zip
Brickmania: Correct the cycle time to match what it was on the H300.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22830 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/brickmania.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c
index 0eebd3f65c..4a9c664430 100644
--- a/apps/plugins/brickmania.c
+++ b/apps/plugins/brickmania.c
@@ -254,7 +254,7 @@ CONFIG_KEYPAD == SANSA_M200_PAD
to speed up the game - note that current_tick is (currently) only accurate
to 10ms.
*/
-#define CYCLETIME 50
+#define CYCLETIME 30
#define TOPMARGIN (BRICK_HEIGHT * 2)