diff --git a/source/code/BlockGame.hpp b/source/code/BlockGame.hpp index 2630b4e..6ec85a9 100644 --- a/source/code/BlockGame.hpp +++ b/source/code/BlockGame.hpp @@ -157,6 +157,7 @@ public: } theReplay = Replay(); showGame = true; //The game is now active + lastCounter = -1; //To prevent the final chunk to be played when stating the program } //Constructor //Deconstructor, never really used... game used to crash when called, cause of the way sBoard was created