v0.3.2c: fixed a crash in levelgen
This commit is contained in:
committed by
Evan Debenham
parent
8bf7794bb6
commit
ef44eaad08
@@ -75,7 +75,7 @@ public class CityLevel extends RegularLevel {
|
||||
|
||||
@Override
|
||||
protected boolean assignRoomType() {
|
||||
super.assignRoomType();
|
||||
if (!super.assignRoomType()) return false;
|
||||
|
||||
for (Room r : rooms) {
|
||||
if (r.type == Type.TUNNEL) {
|
||||
|
||||
Reference in New Issue
Block a user