From 8316aba03d24ca6bb91ea5547ee74701800c00a0 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 14 Sep 2008 16:21:31 +0000 Subject: Fix for bug #2110375 - "DRASCULA: Mouse visible in screen saver", a regression from moving mouse handling to OSystem svn-id: r34526 --- engines/drascula/graphics.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engines/drascula/graphics.cpp b/engines/drascula/graphics.cpp index cebd186a7c..c9451ef01d 100644 --- a/engines/drascula/graphics.cpp +++ b/engines/drascula/graphics.cpp @@ -376,6 +376,8 @@ void DrasculaEngine::screenSaver() { int tempLine[320]; int tempRow[200]; + hideCursor(); + clearRoom(); loadPic("sv.alg", bgSurface, HALF_PAL); @@ -464,6 +466,7 @@ void DrasculaEngine::screenSaver() { free(ghost); loadPic(roomNumber, bgSurface, HALF_PAL); + showCursor(); } void DrasculaEngine::playFLI(const char *filefli, int vel) { -- cgit v1.2.3