Mouse hotspots are now properly evaluated when the mouse is set to a position via the scripts.

svn-id: r31911
This commit is contained in:
Sven Hesse 2008-05-06 22:18:12 +00:00
parent 586046d871
commit 16abd33aea

View File

@ -178,13 +178,13 @@ void Draw_v2::animateCursor(int16 cursor) {
_vm->_util->delay(5);
}
}
} else
} else {
blitCursor();
_cursorX = newX;
_cursorY = newY;
}
_showCursor &= ~1;
_cursorX = newX;
_cursorY = newY;
}
void Draw_v2::printTotText(int16 id) {