[Scummvm-cvs-logs] SF.net SVN: scummvm:[34640] scummvm/branches/branch-0-12-0/engines/saga/ animation.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Sep 24 09:28:08 CEST 2008


Revision: 34640
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34640&view=rev
Author:   thebluegr
Date:     2008-09-24 07:28:08 +0000 (Wed, 24 Sep 2008)

Log Message:
-----------
(backport) Readded missing special case for the storm animation in ITE. Fixes bug #2125675 - "ITE: Game locks up in storm clouds scene"

Modified Paths:
--------------
    scummvm/branches/branch-0-12-0/engines/saga/animation.cpp

Modified: scummvm/branches/branch-0-12-0/engines/saga/animation.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/engines/saga/animation.cpp	2008-09-24 07:26:45 UTC (rev 34639)
+++ scummvm/branches/branch-0-12-0/engines/saga/animation.cpp	2008-09-24 07:28:08 UTC (rev 34640)
@@ -579,6 +579,9 @@
 				_vm->_events->queue(&event);
 			}
 			return;
+		} else {
+			anim->currentFrame = 0;
+			anim->completed = 0;			
 		}
 	}
 


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