Fixed bug #1014296, the Loom cursor hotspot regression.

svn-id: r14726
This commit is contained in:
Torbjörn Andersson 2004-08-24 06:36:12 +00:00
parent bb0b18515b
commit 103cbac40a
3 changed files with 19 additions and 3 deletions

View file

@ -683,7 +683,7 @@ void ScummEngine_v5::o5_cursorCommand() {
i = getVarOrDirectByte(PARAM_1);
j = getVarOrDirectByte(PARAM_2);
k = getVarOrDirectByte(PARAM_3);
setCursorHotspot(j, k);
redefineBuiltinCursorHotspot(i, j, k);
break;
case 12: // SO_CURSOR_SET
i = getVarOrDirectByte(PARAM_1);