mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 01:05:59 +00:00
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:
parent
586046d871
commit
16abd33aea
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user