From c596fba864c8f2d6c72f21da4df8bc3ebcbfd8eb Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 31 Jul 2007 15:40:08 +0000 Subject: sfPsychicProfileOff is not used, therefore disable it to prevent it from trying to clear the psychic profile again svn-id: r28359 --- engines/saga/sfuncs.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engines/saga/sfuncs.cpp b/engines/saga/sfuncs.cpp index 6cf1b35485..61d8caaaf0 100644 --- a/engines/saga/sfuncs.cpp +++ b/engines/saga/sfuncs.cpp @@ -1519,7 +1519,8 @@ void Script::sfPsychicProfile(SCRIPTFUNC_PARAMS) { void Script::sfPsychicProfileOff(SCRIPTFUNC_PARAMS) { thread->wait(kWaitTypePlacard); - _vm->_scene->clearPsychicProfile(); + // This is not used + //_vm->_scene->clearPsychicProfile(); } // Script function #50 (0x32) -- cgit v1.2.3