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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Dec 23 12:18:01 CET 2008


Revision: 35495
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35495&view=rev
Author:   thebluegr
Date:     2008-12-23 11:18:01 +0000 (Tue, 23 Dec 2008)

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

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

Modified: scummvm/trunk/engines/saga/sfuncs.cpp
===================================================================
--- scummvm/trunk/engines/saga/sfuncs.cpp	2008-12-23 09:55:07 UTC (rev 35494)
+++ scummvm/trunk/engines/saga/sfuncs.cpp	2008-12-23 11:18:01 UTC (rev 35495)
@@ -1277,8 +1277,6 @@
 }
 
 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();


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