Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for Kyra 2 and 3".

svn-id: r32016
This commit is contained in:
Johannes Schickel 2008-05-11 11:35:12 +00:00
parent 7da27cf28c
commit 35cc3a3d19
9 changed files with 46 additions and 29 deletions

View file

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