SUPERNOVA: Fix missing message when waking up from dream

This commit is contained in:
Thierry Crozat 2017-11-19 22:37:06 +00:00
parent deb6168ed1
commit 312f33af3a

View File

@ -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) {