[Scummvm-cvs-logs] CVS: scummvm/simon vga.cpp,1.102,1.103

Travis Howell kirben at users.sourceforge.net
Sat Dec 20 00:00:01 CET 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv4072/simon

Modified Files:
	vga.cpp 
Log Message:

Correction


Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- vga.cpp	20 Dec 2003 06:39:24 -0000	1.102
+++ vga.cpp	20 Dec 2003 07:59:42 -0000	1.103
@@ -1448,7 +1448,7 @@
 
 void SimonEngine::vc_42_delay_if_not_eq() {
 	uint val = vc_read_var(vc_read_next_word());
-	if (val == vc_read_next_word()) {
+	if (val != vc_read_next_word()) {
 
 		add_vga_timer(_vga_base_delay + 1, _vc_ptr - 4, _vga_cur_sprite_id, _vga_cur_file_id);
 		_vc_ptr = (byte *)&vc_get_out_of_code;





More information about the Scummvm-git-logs mailing list