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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Feb 24 17:56:30 CET 2008


Revision: 30956
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30956&view=rev
Author:   thebluegr
Date:     2008-02-24 08:56:28 -0800 (Sun, 24 Feb 2008)

Log Message:
-----------
This safeguard is no longer needed for IHNM

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

Modified: scummvm/trunk/engines/saga/animation.cpp
===================================================================
--- scummvm/trunk/engines/saga/animation.cpp	2008-02-24 16:12:47 UTC (rev 30955)
+++ scummvm/trunk/engines/saga/animation.cpp	2008-02-24 16:56:28 UTC (rev 30956)
@@ -557,10 +557,6 @@
 		_vm->_frameCount += 100;	// make sure the waiting thread stops waiting
 		// Animation done playing
 		anim->state = ANIM_PAUSE;
-		if (_vm->getGameType() == GType_IHNM) {
-			anim->currentFrame = 0;
-			anim->completed = 0;
-		}
 
 		if (anim->linkId == -1) {
 			if (anim->flags & ANIM_FLAG_ENDSCENE) {


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