Hotfix, refactoring.
This commit is contained in:
@@ -128,7 +128,7 @@ private:
|
|||||||
|
|
||||||
bool _allowdrop = false;
|
bool _allowdrop = false;
|
||||||
bool _tetrisGameOver = false;
|
bool _tetrisGameOver = false;
|
||||||
int _gameStatet = GAME_STATE_INIT;
|
int _gameState = GAME_STATE_INIT;
|
||||||
int _score = 0;
|
int _score = 0;
|
||||||
unsigned int _speedtetris = 80;
|
unsigned int _speedtetris = 80;
|
||||||
unsigned long _brickSpeed = 0;
|
unsigned long _brickSpeed = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user