diff --git a/cicaprojekt/Stargate.java b/cicaprojekt/Stargate.java index c365dc7..1bb37d0 100644 --- a/cicaprojekt/Stargate.java +++ b/cicaprojekt/Stargate.java @@ -12,6 +12,10 @@ public class Stargate { private Wall currentWall; + private Stargate() { + isSpawned = false; + } + public static void init() { yellowStargate.other = blueStargate; blueStargate.other = yellowStargate;