Update RegularLevel.java

This commit is contained in:
Watabou 2014-07-28 14:33:27 +04:00
parent 0ebed3b0f5
commit 33c27cdb58

View File

@ -682,8 +682,6 @@ public abstract class RegularLevel extends Level {
public void restoreFromBundle( Bundle bundle ) {
super.restoreFromBundle( bundle );
weakFloorCreated = false;
rooms = new HashSet<Room>( (Collection<? extends Room>) bundle.getCollection( "rooms" ) );
for (Room r : rooms) {
if (r.type == Type.WEAK_FLOOR) {