This commit is contained in:
ericnerdo 2016-05-07 14:07:01 +02:00
commit c425fb7fe8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public class FlowOfTime extends Timer {
@Override
public void run() {
game.stopGame();
game.stopGame(GameoverCause.TIMEOUT);
}
}