Skip to content

Commit

Permalink
Improved network synchronization code commentary.
Browse files Browse the repository at this point in the history
  • Loading branch information
forteri76 committed May 13, 2014
1 parent b7640ca commit cf4b976
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/org/jfedor/frozenbubble/FrozenGame.java
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,10 @@ else if (fixedBubbles == 7) {
checkLost();
}

/*
* If this is a network game, process bubble grid and compressor
* synchronization tasks.
*/
if ((movingBubble == null) && (networkManager != null)) {
setGrid();
lowerCompressorSteps(newSteps == 1);
Expand Down

0 comments on commit cf4b976

Please sign in to comment.