summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)