v0.3.1a: floors now remember their entrance and exit rooms.
This commit is contained in:
@@ -281,6 +281,7 @@ public class SewerBossLevel extends RegularLevel {
|
||||
public void restoreFromBundle( Bundle bundle ) {
|
||||
super.restoreFromBundle( bundle );
|
||||
stairs = bundle.getInt( STAIRS );
|
||||
roomExit = roomEntrance;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user