From 1d6a1bf15717c4922e8e81078027569c75494dba Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 3 May 2006 13:19:21 +0000 Subject: Fix for bug # 1480744 ("KYRA1: mouse cursor vanishes"). svn-id: r22307 --- engines/kyra/screen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/kyra/screen.cpp b/engines/kyra/screen.cpp index 29aa322a34..eed2ba15c5 100644 --- a/engines/kyra/screen.cpp +++ b/engines/kyra/screen.cpp @@ -1829,8 +1829,8 @@ void Screen::setMouseCursor(int x, int y, byte *shape) { _system->showMouse(true); free(cursor); - return; - + // makes sure that the cursor is drawn + updateScreen(); } void Screen::copyScreenFromRect(int x, int y, int w, int h, uint8 *ptr) { -- cgit v1.2.3