Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

Commit

Permalink
Merge pull request #7 from avandeursen/restart
Browse files Browse the repository at this point in the history
Start upon won/lost does not invalidate invariant anymore.
  • Loading branch information
avandeursen committed Feb 7, 2013
2 parents 5ff07a3 + e2ecd2a commit 8f927aa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -87,8 +87,8 @@ public void start() {
assert invariant();
if (currentState == MatchState.PAUSING) {
startControllers();
updateState(MatchState.PLAYING);
}
updateState(MatchState.PLAYING);
assert invariant();
}

Expand Down

0 comments on commit 8f927aa

Please sign in to comment.