From 00fb95f375fc70f1e633ca15f394bdf15d03b4a8 Mon Sep 17 00:00:00 2001 From: dukc Date: Sat, 2 Dec 2017 22:26:37 +0200 Subject: [PATCH] Now that was quite a difficulty spike for tetris! :D --- examples/tetris/src/gui.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tetris/src/gui.d b/examples/tetris/src/gui.d index 05fab098..b29b763a 100644 --- a/examples/tetris/src/gui.d +++ b/examples/tetris/src/gui.d @@ -89,7 +89,7 @@ class CupWidget : Widget { protected int _totalRowsDestroyed; - static const int[10] LEVEL_SPEED = [15000000, 10000000, 7000000, 6000000, 5000000, 4000000, 300000, 2000000, 1500000, 1000000]; + static const int[10] LEVEL_SPEED = [15000000, 10000000, 7000000, 6000000, 5000000, 4000000, 3000000, 2000000, 1500000, 1000000]; static const int RESERVED_ROWS = 5; // reserved for next figure