Fixed bug #1970191 - "IHNM: Psychic Profile problem"

svn-id: r35495
This commit is contained in:
Filippos Karapetis 2008-12-23 11:18:01 +00:00
parent e04b49df62
commit 4d7a43734e

View File

@ -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();