v0.3.1a: floors now remember their entrance and exit rooms.

This commit is contained in:
Evan Debenham
2015-08-20 10:32:24 -04:00
parent 7b3c7aa46d
commit b2494fe76e
2 changed files with 7 additions and 1 deletions
@@ -281,6 +281,7 @@ public class SewerBossLevel extends RegularLevel {
public void restoreFromBundle( Bundle bundle ) {
super.restoreFromBundle( bundle );
stairs = bundle.getInt( STAIRS );
roomExit = roomEntrance;
}
@Override