[Scummvm-cvs-logs] CVS: scummvm/simon debug.h,1.11,1.12 vga.cpp,1.57,1.58
Travis Howell
kirben at users.sourceforge.net
Wed May 28 23:37:05 CEST 2003
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv27234/simon
Modified Files:
debug.h vga.cpp
Log Message:
Correct name
Index: debug.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/debug.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- debug.h 24 May 2003 12:28:56 -0000 1.11
+++ debug.h 29 May 2003 06:36:52 -0000 1.12
@@ -1052,7 +1052,7 @@
"|DUMMY_56",
"|DUMMY_57",
"|UNK_58",
- "|SKIP_IF_TEXT",
+ "|SKIP_IF_VOICE",
/* 60 */
"d|KILL_SPRITE",
"ddd|INIT_SPRITE",
@@ -1142,7 +1142,7 @@
"|PALETTE_THING",
"|PALETTE_THING_2",
/* 64 */
- "|SKIP_IF_TEXT",
+ "|SKIP_IF_VOICE",
"|PALETTE_THING_3",
"|SKIP_IF_NZ",
"|SKIP_IF_GE",
Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- vga.cpp 25 May 2003 03:03:40 -0000 1.57
+++ vga.cpp 29 May 2003 06:36:52 -0000 1.58
@@ -1759,7 +1759,7 @@
_video_var_3 = false;
}
-void SimonState::vc_64_skip_if_text() {
+void SimonState::vc_64_skip_if_voice() {
// Simon2
if (_sound->_voice_handle == 0)
vc_skip_next_instruction();
More information about the Scummvm-git-logs
mailing list