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:
D G Turner 2012-08-02 07:48:38 +01:00
parent 520234c200
commit 4c395c9da9

View File

@ -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);
}
}