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:
parent
e779747ca4
commit
d91d68a9ca
4 changed files with 17 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue