[Scummvm-cvs-logs] CVS: scummvm/simon verb.cpp,1.5,1.6

Oliver Kiehl olki at users.sourceforge.net
Sat Nov 2 01:41:11 CET 2002


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

Modified Files:
	verb.cpp 
Log Message:
oops


Index: verb.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/verb.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- verb.cpp	2 Nov 2002 09:23:30 -0000	1.5
+++ verb.cpp	2 Nov 2002 09:38:43 -0000	1.6
@@ -328,7 +328,7 @@
 
 	if (_game & GAME_SIMON2) {
 		if (_bit_array[4] & 0x8000 || y < 134) {
-			x += _x_scroll * 8;
+			x_ += _x_scroll * 8;
 		}
 	}
 





More information about the Scummvm-git-logs mailing list