summaryrefslogtreecommitdiff
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
254 to speed up the game - note that current_tick is (currently) only accurate 254 to speed up the game - note that current_tick is (currently) only accurate
255 to 10ms. 255 to 10ms.
256*/ 256*/
257#define CYCLETIME 50 257#define CYCLETIME 30
258 258
259#define TOPMARGIN (BRICK_HEIGHT * 2) 259#define TOPMARGIN (BRICK_HEIGHT * 2)
260 260