This commit is contained in:
ericnerdo
2016-05-07 14:07:01 +02:00

View File

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