[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.532,1.533

kirben kirben at users.sourceforge.net
Fri Nov 11 00:51:01 CET 2005


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv345/simon

Modified Files:
	simon.cpp 
Log Message:

Oops, got reversed.


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.532
retrieving revision 1.533
diff -u -d -r1.532 -r1.533
--- simon.cpp	11 Nov 2005 04:55:54 -0000	1.532
+++ simon.cpp	11 Nov 2005 08:49:58 -0000	1.533
@@ -3620,7 +3620,7 @@
 	if (!(_bitArray[8] & 0x20))
 		b = 3;
 
-	x *= 8;
+	x /= 8;
 	if (y < 2)
 		y = 2;
 





More information about the Scummvm-git-logs mailing list