CHEWY: Fix selecting destinations in room 80

This commit is contained in:
Paul Gilbert 2022-01-30 12:04:18 -08:00
parent 33902bc8ce
commit 90a666d0d0

View File

@ -133,6 +133,9 @@ void Room80::setup_func() {
if (_G(spieler).PersonRoomNr[P_NICHELLE] == 80)
_G(spieler).PersonRoomNr[P_NICHELLE] = nextRoom;
flags.NoScroll = false;
switch_room(nextRoom);
}
} // namespace Rooms