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

Vincent Hamm yazoo at users.sourceforge.net
Thu Jul 11 11:55:02 CEST 2002


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

Modified Files:
	akos.cpp 
Log Message:
Fixed the akos missposition bug when entering the nexus in dig

Index: akos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/akos.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- akos.cpp	7 Jul 2002 20:21:42 -0000	1.26
+++ akos.cpp	11 Jul 2002 18:54:16 -0000	1.27
@@ -903,7 +903,7 @@
 	_vm->updateDirtyRect(0, left, right + 1, top, bottom + 1, 1 << dirty_id);
 
 	bdd.dataptr = srcptr;
-	bdd.out = vs->screenPtr;
+	bdd.out = outptr;
 	bdd.outheight = outheight;
 	bdd.outwidth = outwidth;
 	bdd.scale_x = 0xFF;





More information about the Scummvm-git-logs mailing list