aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/ghostroom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/ghostroom.cpp')
-rw-r--r--engines/avalanche/ghostroom.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/avalanche/ghostroom.cpp b/engines/avalanche/ghostroom.cpp
index be2175c27e..cbb36fb814 100644
--- a/engines/avalanche/ghostroom.cpp
+++ b/engines/avalanche/ghostroom.cpp
@@ -161,6 +161,7 @@ void GhostRoom::loadPictures() {
}
void GhostRoom::run() {
+ CursorMan.showMouse(false);
_vm->_graphics->saveScreen();
_vm->fadeOut();
_vm->fadeIn();
@@ -169,6 +170,8 @@ void GhostRoom::run() {
loadPictures();
warning("STUB: run()");
+
+ CursorMan.showMouse(true);
}
} // End of namespace Avalanche