mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 23:27:37 +00:00
revert previous fix
svn-id: r44438
This commit is contained in:
parent
a13ba4cee7
commit
6ffa6ecccf
@ -1954,7 +1954,7 @@ void OSystem_WINCE3::setMousePos(int x, int y) {
|
||||
|
||||
|
||||
void OSystem_WINCE3::internDrawMouse() {
|
||||
if (!_mouseNeedsRedraw || !_mouseVisible || !_mouseData || !_mouseBackupOld)
|
||||
if (!_mouseNeedsRedraw || !_mouseVisible || !_mouseData)
|
||||
return;
|
||||
|
||||
int x = _mouseCurState.x - _mouseHotspotX;
|
||||
|
Loading…
Reference in New Issue
Block a user