Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for Kyra 2 and 3".
svn-id: r32016
This commit is contained in:
parent
7da27cf28c
commit
35cc3a3d19
9 changed files with 46 additions and 29 deletions
|
@ -1378,7 +1378,7 @@ int KyraEngine_v1::o1_waitForConfirmationMouseClick(EMCState *script) {
|
|||
delay(10);
|
||||
}
|
||||
// }
|
||||
_gui->processButtonList(_buttonList, 0);
|
||||
_gui->processButtonList(_buttonList, 0, 0);
|
||||
_skipFlag = false;
|
||||
Common::Point mouse = getMousePos();
|
||||
script->regs[1] = mouse.x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue