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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Sep 24 19:59:20 CEST 2009


Revision: 44315
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44315&view=rev
Author:   thebluegr
Date:     2009-09-24 17:59:19 +0000 (Thu, 24 Sep 2009)

Log Message:
-----------
Oops, DoNextFrame() is supposed to return a value

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

Modified: scummvm/trunk/engines/tinsel/anim.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/anim.cpp	2009-09-24 17:52:53 UTC (rev 44314)
+++ scummvm/trunk/engines/tinsel/anim.cpp	2009-09-24 17:59:19 UTC (rev 44315)
@@ -168,7 +168,7 @@
 			// in case we missed something (highly unlikely though)
 			error("ANI_CALL opcode encountered! Please report this error to the ScummVM team");
 			//(*pAni[pAnim->scriptIndex].pFunc)(pAnim);
-			return;	// for compilers that don't support NORETURN
+			return ScriptSleep;	// for compilers that don't support NORETURN
 
 #if 0
 			// next opcode


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