mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
CHEWY: Fix selecting destinations in room 80
This commit is contained in:
parent
33902bc8ce
commit
90a666d0d0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user