aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
diff options
context:
space:
mode:
authorFilippos Karapetis2008-12-23 11:18:01 +0000
committerFilippos Karapetis2008-12-23 11:18:01 +0000
commit4d7a43734e209142c8ed2e64df82c676b98e848d (patch)
tree8afd3b035ab738baa39feab2a090c9cd9c6f72d9 /engines/saga
parente04b49df62ca5847b45ae1342e25ea84ddf7b043 (diff)
downloadscummvm-rg350-4d7a43734e209142c8ed2e64df82c676b98e848d.tar.gz
scummvm-rg350-4d7a43734e209142c8ed2e64df82c676b98e848d.tar.bz2
scummvm-rg350-4d7a43734e209142c8ed2e64df82c676b98e848d.zip
Fixed bug #1970191 - "IHNM: Psychic Profile problem"
svn-id: r35495
Diffstat (limited to 'engines/saga')
-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();