Fix for bug #2110375 - "DRASCULA: Mouse visible in screen saver", a regression from moving mouse handling to OSystem

svn-id: r34526
This commit is contained in:
Filippos Karapetis
2008-09-14 16:21:31 +00:00
parent a716fe8393
commit 8316aba03d
+3
View File
@@ -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) {