[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.93,1.94

Max Horn fingolfin at users.sourceforge.net
Sat May 17 11:08:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv24666/scumm

Modified Files:
	actor.cpp 
Log Message:
V2 actor heads fixed (to their shoulders, ha-ha... errm ... I thought it was funny when I wrote it 8-)

Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- actor.cpp	17 May 2003 00:33:29 -0000	1.93
+++ actor.cpp	17 May 2003 18:07:07 -0000	1.94
@@ -79,7 +79,7 @@
 
 	if (_vm) {
 		if (_vm->_features & GF_AFTER_V2) {
-			initFrame = 1;
+			initFrame = 2;
 			walkFrame = 0;
 			standFrame = 1;
 			talkFrame1 = 5;
@@ -769,6 +769,8 @@
 
 	if (costumeNeedsInit) {
 		startAnimActor(initFrame);
+		if (_vm->_features & GF_AFTER_V2)
+			startAnimActor(standFrame);
 		costumeNeedsInit = false;
 	}
 	moving = 0;





More information about the Scummvm-git-logs mailing list