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

Start upon won/lost does not invalidate invariant anymore. #7

Merged
merged 1 commit into from Feb 7, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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