aboutsummaryrefslogtreecommitdiff
path: root/saga/scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/scene.cpp')
-rw-r--r--saga/scene.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/saga/scene.cpp b/saga/scene.cpp
index 18b3e42a4b..9ad1e17e43 100644
--- a/saga/scene.cpp
+++ b/saga/scene.cpp
@@ -678,6 +678,9 @@ int Scene::loadScene(int scene_num, int load_flag, SCENE_PROC scene_proc, SCENE_
_vm->_actor->updateActorsScene();
+ if (_desc.flags & kSceneFlagShowCursor)
+ _vm->_interface->activate();
+
return SUCCESS;
}