From 16abd33aeace5c830b085c32ac570f5ef0b828fc Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Tue, 6 May 2008 22:18:12 +0000 Subject: Mouse hotspots are now properly evaluated when the mouse is set to a position via the scripts. svn-id: r31911 --- engines/gob/draw_v2.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines') diff --git a/engines/gob/draw_v2.cpp b/engines/gob/draw_v2.cpp index baca917877..88d30b8e8a 100644 --- a/engines/gob/draw_v2.cpp +++ b/engines/gob/draw_v2.cpp @@ -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) { -- cgit v1.2.3