fixed a bug, where Gates would not initialize (Dungeon.buildDungeon())

This commit is contained in:
Kjistóf 2016-05-07 19:17:14 +02:00
parent 3d81dc6c65
commit 3a9c615b48
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ public class Dungeon {
scale.setY(sy);
scale.setX(sx);
dungeon[gy][gx] = gate;
dungeon[sy][sx] = scale;
}