aboutsummaryrefslogtreecommitdiff
path: root/simon/debug.h
diff options
context:
space:
mode:
authorTravis Howell2002-12-08 15:39:57 +0000
committerTravis Howell2002-12-08 15:39:57 +0000
commit2986adb53dea09928f5051674e4d53d39d83cf27 (patch)
tree8e62a0f0400f107a11670b0255223a8469697659 /simon/debug.h
parent3472a5c1e77c448f765a68691f8eb52909db160c (diff)
downloadscummvm-rg350-2986adb53dea09928f5051674e4d53d39d83cf27.tar.gz
scummvm-rg350-2986adb53dea09928f5051674e4d53d39d83cf27.tar.bz2
scummvm-rg350-2986adb53dea09928f5051674e4d53d39d83cf27.zip
Correct error in last commit
svn-id: r5884
Diffstat (limited to 'simon/debug.h')
-rw-r--r--simon/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/debug.h b/simon/debug.h
index 9e2eac974a..c104b83da8 100644
--- a/simon/debug.h
+++ b/simon/debug.h
@@ -1052,7 +1052,7 @@ const char *const simon1_video_opcode_name_table[] = {
"|DUMMY57",
"|UNK58",
"|DUMMY_9",
- "|SKIP_IF_SPEECH",
+ "|SKIP_IF_TEXT",
/* 60 */
"d|KILL_THREAD",
"ddd|INIT_SPRITE",
@@ -1143,7 +1143,7 @@ const char *const simon2_video_opcode_name_table[] = {
"|PALETTE_THING",
"|PALETTE_THING_2",
/* 64 */
- "|SKIP_IF_SPEECH",
+ "|SKIP_IF_TEXT",
"|PALETTE_THING_3",
"|SKIP_IF_NZ",
"|SKIP_IF_GE",