[Scummvm-cvs-logs] CVS: scummvm/simon vga.cpp,1.164,1.165

kirben kirben at users.sourceforge.net
Fri Nov 18 06:25:42 CET 2005


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

Modified Files:
	vga.cpp 
Log Message:

Wrong bit.


Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- vga.cpp	18 Nov 2005 14:15:03 -0000	1.164
+++ vga.cpp	18 Nov 2005 14:21:01 -0000	1.165
@@ -2168,7 +2168,7 @@
 
 	uint16 var = vc_read_next_word();
 
-	if (vc_get_bit(88) == true) {
+	if (vc_get_bit(82) == true) {
 		val = _pathValues1[_GPVCount1++];
 	} else {
 		val = _pathValues[_GPVCount++];





More information about the Scummvm-git-logs mailing list