diff --git a/cicaprojekt/Game.java b/cicaprojekt/Game.java index 07eb9c9..d6d6c07 100644 --- a/cicaprojekt/Game.java +++ b/cicaprojekt/Game.java @@ -58,10 +58,6 @@ public class Game { this.display = display; } - public void allZPMsCollected(GameoverCause cause) { - this.stopGame(cause); - } - public void startGame(File dungeonFile) throws IOException { Stargate.init();