[Scummvm-cvs-logs] SF.net SVN: scummvm: [27358] scummvm/trunk/engines/saga/animation.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Mon Jun 11 14:39:45 CEST 2007
Revision: 27358
http://scummvm.svn.sourceforge.net/scummvm/?rev=27358&view=rev
Author: thebluegr
Date: 2007-06-11 05:39:44 -0700 (Mon, 11 Jun 2007)
Log Message:
-----------
Make sure the waiting thread stops waiting after an animation in IHNM. Ellen's path is completable now
Modified Paths:
--------------
scummvm/trunk/engines/saga/animation.cpp
Modified: scummvm/trunk/engines/saga/animation.cpp
===================================================================
--- scummvm/trunk/engines/saga/animation.cpp 2007-06-11 12:14:06 UTC (rev 27357)
+++ scummvm/trunk/engines/saga/animation.cpp 2007-06-11 12:39:44 UTC (rev 27358)
@@ -400,7 +400,7 @@
}
}
} else {
- _vm->_frameCount++;
+ _vm->_frameCount += 100; // make sure the waiting thread stops waiting
// Animation done playing
anim->state = ANIM_PAUSE;
if (anim->linkId == -1) {
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