[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.174,1.175

Max Horn fingolfin at users.sourceforge.net
Thu Sep 11 17:53:28 CEST 2003


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

Modified Files:
	actor.cpp 
Log Message:
fix/workaround for bug #770717 (ZAK: Zak walking on spot)

Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -d -r1.174 -r1.175
--- actor.cpp	11 Sep 2003 23:31:46 -0000	1.174
+++ actor.cpp	12 Sep 2003 00:42:36 -0000	1.175
@@ -762,6 +762,11 @@
 		}
 		costumeNeedsInit = false;
 	}
+
+	// FIXME: Evil hack to work around bug #770717
+	if (!moving && _vm->_version <= 2)
+		startAnimActor(standFrame);
+
 	moving = 0;
 	visible = true;
 	needRedraw = true;





More information about the Scummvm-git-logs mailing list