[Scummvm-cvs-logs] CVS: scummvm akos.cpp,1.27,1.28

Max Horn fingolfin at users.sourceforge.net
Mon Jul 22 16:29:03 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv14103

Modified Files:
	akos.cpp 
Log Message:
oops forgot to checkin this one

Index: akos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/akos.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- akos.cpp	11 Jul 2002 18:54:16 -0000	1.27
+++ akos.cpp	22 Jul 2002 23:28:44 -0000	1.28
@@ -155,7 +155,7 @@
 
 void AkosRenderer::setFacing(Actor *a)
 {
-	mirror = (Scumm::newDirToOldDir(a->facing) != 0 || akhd->flags & 1);
+	mirror = (newDirToOldDir(a->facing) != 0 || akhd->flags & 1);
 	if (a->flip)
 		mirror ^= 1;
 }





More information about the Scummvm-git-logs mailing list