[Scummvm-cvs-logs] SF.net SVN: scummvm:[35248] scummvm/trunk/engines/tinsel/dialogs.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Fri Dec 5 11:18:40 CET 2008


Revision: 35248
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35248&view=rev
Author:   dreammaster
Date:     2008-12-05 10:18:39 +0000 (Fri, 05 Dec 2008)

Log Message:
-----------
Bugfix for correctly leaving from looking at the Rite of AshkEnte scroll

Modified Paths:
--------------
    scummvm/trunk/engines/tinsel/dialogs.cpp

Modified: scummvm/trunk/engines/tinsel/dialogs.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/dialogs.cpp	2008-12-05 03:38:50 UTC (rev 35247)
+++ scummvm/trunk/engines/tinsel/dialogs.cpp	2008-12-05 10:18:39 UTC (rev 35248)
@@ -1451,12 +1451,8 @@
 
 	if (bWait)
 		CORO_INVOKE_2(WaitInterpret, _ctx->pProc, result);
-	else
-		// FIXME: Essential to ensure created ObjectProcess coroutine has a chance to start
-		// up, for the scene restore when returning from looking at the AshkEnte instructions
-		// to work. Really need to trace operation of original to see at what point the scene
-		// save is done, and when control was first yielded to the ObjectProcess coroutine
-		CORO_SLEEP(1);
+	else if (result)
+		*result = false;
 
 	CORO_END_CODE;
 }


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