mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
Fix cursor regression in FF
svn-id: r24057
This commit is contained in:
parent
4eb8f3e07d
commit
6b0cd7c841
@ -452,7 +452,7 @@ void AGOSEngine::drawMousePointer_FF() {
|
||||
_currentMouseCursor = cursor;
|
||||
_currentMouseAnim = _mouseAnim;
|
||||
|
||||
memset(_mouseData, 0, sizeof(_mouseData));
|
||||
memset(_mouseData, 0, _maxCursorWidth * _maxCursorHeight);
|
||||
|
||||
image = cursor * 16 + 1;
|
||||
offs = cursor * 32;
|
||||
|
Loading…
Reference in New Issue
Block a user