Skip to content

Commit

Permalink
Fixed urgent portal bug
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrook committed May 22, 2012
1 parent 56e62be commit 4576fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/GameModel.java
Expand Up @@ -225,6 +225,7 @@ public void newGame() {
public void gameOver() {
log("Noob, game over");
this.objects.clear();
this.portals = new Portal[2];
EventBus.INSTANCE.publish(new Event(Event.Property.GAME_OVER));
}

Expand Down

0 comments on commit 4576fa7

Please sign in to comment.