Merge pull request #527 from dukc/master

Now that was quite a difficulty spike for tetris! :D
This commit is contained in:
Vadim Lopatin 2017-12-04 06:05:52 +03:00 committed by GitHub
commit 983950d842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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