[Scummvm-cvs-logs] CVS: scummvm/simon simon.h,1.68,1.69 vga.cpp,1.58,1.59

Travis Howell kirben at users.sourceforge.net
Wed May 28 23:40:03 CEST 2003


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

Modified Files:
	simon.h vga.cpp 
Log Message:

Missed a few sections


Index: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- simon.h	24 May 2003 12:26:28 -0000	1.68
+++ simon.h	29 May 2003 06:39:26 -0000	1.69
@@ -666,7 +666,7 @@
 	void vc_63_palette_thing_2();
 
 	// Simon2 specific Video Script Opcodes
-	void vc_64_skip_if_text();
+	void vc_64_skip_if_voice();
 	void vc_65_palette_thing_3();
 	void vc_66_skip_if_nz();
 	void vc_67_skip_if_ge();

Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- vga.cpp	29 May 2003 06:36:52 -0000	1.58
+++ vga.cpp	29 May 2003 06:39:26 -0000	1.59
@@ -94,7 +94,7 @@
 	&SimonState::vc_61_sprite_change,
 	&SimonState::vc_62_palette_thing,
 	&SimonState::vc_63_palette_thing_2,
-	&SimonState::vc_64_skip_if_text,
+	&SimonState::vc_64_skip_if_voice,
 	&SimonState::vc_65_palette_thing_3,
 	&SimonState::vc_66_skip_if_nz,
 	&SimonState::vc_67_skip_if_ge,





More information about the Scummvm-git-logs mailing list