mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 10:51:11 +00:00
SUPERNOVA: Fix missing message when waking up from dream
This commit is contained in:
parent
deb6168ed1
commit
312f33af3a
@ -758,7 +758,6 @@ void ShipSleepCabin::onEntrance() {
|
||||
_vm->renderMessage(kStringShipSleepCabin16);
|
||||
_gm->_state._dream = false;
|
||||
}
|
||||
setRoomSeen(true);
|
||||
}
|
||||
|
||||
bool ShipCockpit::interact(Action verb, Object &obj1, Object &obj2) {
|
||||
|
Loading…
Reference in New Issue
Block a user