From 45965e35766bf2ede011e0f0775754363699937f Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 23 Oct 2006 05:32:54 +0000 Subject: Add opcode used by lift in Elvira 2 svn-id: r24467 --- engines/agos/debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/agos/debug.h') diff --git a/engines/agos/debug.h b/engines/agos/debug.h index 6daeb74304..6855e98fd3 100644 --- a/engines/agos/debug.h +++ b/engines/agos/debug.h @@ -541,7 +541,7 @@ static const char *const elvira2_opcodeNameTable[256] = { NULL, "|SET_TIME", /* 124 */ - NULL, + "WJ|IF_TIME", "IJ|IS_SIBLING_WITH_A", "IBB|DO_CLASS_ICONS", "WW|PLAY_TUNE", @@ -774,7 +774,7 @@ static const char *const waxworks_opcodeNameTable[256] = { NULL, "|SET_TIME", /* 124 */ - NULL, + "WJ|IF_TIME", "IJ|IS_SIBLING_WITH_A", "IBB|DO_CLASS_ICONS", "WW|PLAY_TUNE", -- cgit v1.2.3