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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Sep 18 16:56:42 CEST 2007


Revision: 28938
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28938&view=rev
Author:   thebluegr
Date:     2007-09-18 07:56:42 -0700 (Tue, 18 Sep 2007)

Log Message:
-----------
Fixed Ellen's state when loading a saved game in her chapter

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

Modified: scummvm/trunk/engines/saga/actor.cpp
===================================================================
--- scummvm/trunk/engines/saga/actor.cpp	2007-09-18 10:19:03 UTC (rev 28937)
+++ scummvm/trunk/engines/saga/actor.cpp	2007-09-18 14:56:42 UTC (rev 28938)
@@ -1244,7 +1244,7 @@
 	int32 i;
 
 	int16 protagState = in->readSint16LE();
-	if (protagState != 0)
+	if (protagState != 0 || _protagonist->_shareFrames)
 		setProtagState(protagState);
 
 	for (i = 0; i < _actorsCount; i++) {


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