fixed a bug, where Gates would not initialize (Dungeon.buildDungeon())
This commit is contained in:
		@@ -142,6 +142,7 @@ public class Dungeon {
 | 
			
		||||
                scale.setY(sy);
 | 
			
		||||
                scale.setX(sx);
 | 
			
		||||
 | 
			
		||||
                dungeon[gy][gx] = gate;
 | 
			
		||||
                dungeon[sy][sx] = scale;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user