Skip to content

Commit

Permalink
[#23] Bugfix - when starting new game, disable all events, including …
Browse files Browse the repository at this point in the history
…the ones whose copy is already updated. Autoplay doesn't interfere with screen movement anymore.
  • Loading branch information
sbelajevs committed Dec 1, 2013
1 parent 7ad0431 commit 21091b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,7 @@ void Commander::resetGameLayout()
{
tweens.clear();
events.clear();
eventsCopy.clear();
unlockAllCards();
stockLock = false;
gameLayout.reset(*gameState);
Expand Down

0 comments on commit 21091b7

Please sign in to comment.