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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Oct 30 02:34:42 CEST 2010


Revision: 53936
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53936&view=rev
Author:   fingolfin
Date:     2010-10-30 00:34:41 +0000 (Sat, 30 Oct 2010)

Log Message:
-----------
TINSEL: Remove redundant if()

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

Modified: scummvm/trunk/engines/tinsel/tinlib.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/tinlib.cpp	2010-10-30 00:34:21 UTC (rev 53935)
+++ scummvm/trunk/engines/tinsel/tinlib.cpp	2010-10-30 00:34:41 UTC (rev 53936)
@@ -4945,9 +4945,6 @@
 			else {
 				Play(coroParam, pp[0], pp[1], pp[2], pp[3], pic->myEscape, false,
 						pic->event, pic->hPoly, pic->idActor);
-
-				if (coroParam)
-					return 0;
 			}
 			return -4;
 


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