Stargate's isSpawned attribute is now properly initialized

This commit is contained in:
Bokros Bálint 2016-04-24 20:10:31 +02:00
parent c6a0b984eb
commit b32fec8c52
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ public class Stargate {
private Wall currentWall;
private Stargate() {
isSpawned = false;
}
public static void init() {
yellowStargate.other = blueStargate;
blueStargate.other = yellowStargate;