aboutsummaryrefslogtreecommitdiff
path: root/engines/simon
diff options
context:
space:
mode:
authorTravis Howell2006-04-29 12:21:47 +0000
committerTravis Howell2006-04-29 12:21:47 +0000
commit7e02709e7d6c5c31141cef50bce13ddb64845a34 (patch)
treeba90928a2c22ac135416e05384fc53b764f6e1b9 /engines/simon
parent0aabdf821c579eae8eb1f7e77399d89328eb4748 (diff)
downloadscummvm-rg350-7e02709e7d6c5c31141cef50bce13ddb64845a34.tar.gz
scummvm-rg350-7e02709e7d6c5c31141cef50bce13ddb64845a34.tar.bz2
scummvm-rg350-7e02709e7d6c5c31141cef50bce13ddb64845a34.zip
Fix error in debug table
svn-id: r22213
Diffstat (limited to 'engines/simon')
-rw-r--r--engines/simon/debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/simon/debug.h b/engines/simon/debug.h
index fb3d155eed..89776f7f9e 100644
--- a/engines/simon/debug.h
+++ b/engines/simon/debug.h
@@ -658,7 +658,7 @@ static const char *const simon2dos_opcode_name_table[256] = {
NULL,
"IJ|IS_SIBLING_WITH_A",
"IBB|DO_CLASS_ICONS",
- "WW|PLAY_TUNE",
+ "WWB|PLAY_TUNE",
/* 128 */
"W|WAIT_END_TUNE",
"W|IF_END_TUNE",
@@ -900,7 +900,7 @@ static const char *const simon2talkie_opcode_name_table[256] = {
NULL,
"IJ|IS_SIBLING_WITH_A",
"IBB|DO_CLASS_ICONS",
- "WW|PLAY_TUNE",
+ "WWB|PLAY_TUNE",
/* 128 */
"W|WAIT_END_TUNE",
"W|IF_END_TUNE",
@@ -1142,7 +1142,7 @@ static const char *const feeblefiles_opcode_name_table[256] = {
"WJ|IF_TIME",
"IJ|IS_SIBLING_WITH_A",
"IBB|DO_CLASS_ICONS",
- "WW|PLAY_TUNE",
+ "WWB|PLAY_TUNE",
/* 128 */
"W|WAIT_END_TUNE",
"W|IF_END_TUNE",