[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.146,1.147

Max Horn fingolfin at users.sourceforge.net
Sun Jul 27 16:31:12 CEST 2003


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

Modified Files:
	actor.cpp 
Log Message:
oops this was never meant to be removed

Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- actor.cpp	25 Jul 2003 18:07:42 -0000	1.146
+++ actor.cpp	27 Jul 2003 23:30:28 -0000	1.147
@@ -52,6 +52,7 @@
 		y = 0;
 		facing = 180;
 	} else if (mode == 2) {
+		facing = 180;
 	}
 
 	elevation = 0;





More information about the Scummvm-git-logs mailing list