diff --git a/cicaprojekt/Game.java b/cicaprojekt/Game.java index d6d6c07..f98d246 100644 --- a/cicaprojekt/Game.java +++ b/cicaprojekt/Game.java @@ -7,10 +7,10 @@ import java.io.IOException; import java.util.Map; public class Game { - private Player oneill; - private Player jaffa; + private Player oneill = null; + private Player jaffa = null; - private PlayerBase replicator; + private PlayerBase replicator = null; private Dungeon dungeon; private FlowOfTime flowoftime;