[Scummvm-cvs-logs] SF.net SVN: scummvm: [28359] scummvm/trunk/engines/saga/sfuncs.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Jul 31 17:40:08 CEST 2007


Revision: 28359
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28359&view=rev
Author:   thebluegr
Date:     2007-07-31 08:40:08 -0700 (Tue, 31 Jul 2007)

Log Message:
-----------
sfPsychicProfileOff is not used, therefore disable it to prevent it from trying to clear the psychic profile again

Modified Paths:
--------------
    scummvm/trunk/engines/saga/sfuncs.cpp

Modified: scummvm/trunk/engines/saga/sfuncs.cpp
===================================================================
--- scummvm/trunk/engines/saga/sfuncs.cpp	2007-07-31 15:36:38 UTC (rev 28358)
+++ scummvm/trunk/engines/saga/sfuncs.cpp	2007-07-31 15:40:08 UTC (rev 28359)
@@ -1519,7 +1519,8 @@
 void Script::sfPsychicProfileOff(SCRIPTFUNC_PARAMS) {
 	thread->wait(kWaitTypePlacard);
 
-	_vm->_scene->clearPsychicProfile();
+	// This is not used
+	//_vm->_scene->clearPsychicProfile();
 }
 
 // Script function #50 (0x32)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list