mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 20:55:19 +00:00
MADS: Fix trying to walk into corridor from security station
This commit is contained in:
parent
3cb1a6dc55
commit
9ec28cb27f
@ -1749,7 +1749,7 @@ void Scene311::actions() {
|
||||
else if (_checkGuardFl) {
|
||||
_checkGuardFl = false;
|
||||
_scene->_kernelMessages.reset();
|
||||
_scene->_kernelMessages.addQuote(0xFA, 120, 0);
|
||||
_scene->_kernelMessages.addQuote(250, 0, 240);
|
||||
} else if (_action.isAction(VERB_SIT_AT, NOUN_DESK))
|
||||
_scene->_nextSceneId = 320;
|
||||
else if (_action.isAction(VERB_CLIMB_INTO, NOUN_AIR_VENT)) {
|
||||
|
Loading…
Reference in New Issue
Block a user