aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/saga/sfuncs.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/saga/sfuncs.cpp b/engines/saga/sfuncs.cpp
index 2f54b542e2..01fe8c6c69 100644
--- a/engines/saga/sfuncs.cpp
+++ b/engines/saga/sfuncs.cpp
@@ -1277,8 +1277,6 @@ void Script::sfPsychicProfile(SCRIPTFUNC_PARAMS) {
}
void Script::sfPsychicProfileOff(SCRIPTFUNC_PARAMS) {
- thread->wait(kWaitTypePlacard);
-
// This is called a while after the psychic profile is
// opened, to close it automatically
_vm->_scene->clearPsychicProfile();