SCUMM: Fix verb/sentence handling in Indy3 mac (there, a double click must be used to trigger a verb/sentence)

svn-id: r42907
This commit is contained in:
Max Horn 2009-07-29 20:35:50 +00:00
parent e779747ca4
commit d91d68a9ca
4 changed files with 17 additions and 8 deletions

View file

@ -184,6 +184,7 @@ ScummEngine::ScummEngine(OSystem *syst, const DetectorResult &dr)
_mouseAndKeyboardStat = 0;
_leftBtnPressed = 0;
_rightBtnPressed = 0;
_lastInputScriptTime = 0;
_bootParam = 0;
_dumpScripts = false;
_debugMode = 0;