mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
TEENAGENT: Fix minor regression when looking at Cellar Spider.
This code appeared to be missing. After comparing with the original interpreter under DOSBox which showed the expected behaviour if it was present, have added it.
This commit is contained in:
parent
520234c200
commit
4c395c9da9
@ -196,7 +196,7 @@ void TeenAgentEngine::fnEgoScaredBySpider() {
|
||||
fnMoveToLadderAndLeaveCellar();
|
||||
wait(100);
|
||||
dialog->showMark(74, scene);
|
||||
// FIXME : Missing code here? SET_FLAG(dsAddr_egoAlreadyScaredBySpiderFlag, 1); ?
|
||||
SET_FLAG(dsAddr_egoAlreadyScaredBySpiderFlag, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user