aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/debug.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-10-04 08:53:48 +0000
committerTravis Howell2006-10-04 08:53:48 +0000
commit4652cdd1ad15858d3797b2aa91c8cd434d06dbd5 (patch)
treeb82e0eeebe7fda42a2b820296de366b58f93aee6 /engines/agos/debug.cpp
parentaab8b9b2a26b29f8fe5c582ec236b7329280fc15 (diff)
downloadscummvm-rg350-4652cdd1ad15858d3797b2aa91c8cd434d06dbd5.tar.gz
scummvm-rg350-4652cdd1ad15858d3797b2aa91c8cd434d06dbd5.tar.bz2
scummvm-rg350-4652cdd1ad15858d3797b2aa91c8cd434d06dbd5.zip
Add video opcode differences in Elvira 2
svn-id: r24107
Diffstat (limited to 'engines/agos/debug.cpp')
-rw-r--r--engines/agos/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/debug.cpp b/engines/agos/debug.cpp
index 20e445b6d5..86baf0fb10 100644
--- a/engines/agos/debug.cpp
+++ b/engines/agos/debug.cpp
@@ -37,7 +37,7 @@ const byte *AGOSEngine::dumpOpcode(const byte *p) {
uint opcode;
const char *s, *st;
- if (getGameType() == GType_ELVIRA || getGameType() == GType_ELVIRA2) {
+ if (getGameType() == GType_ELVIRA) {
opcode = READ_BE_UINT16(p);
p += 2;
if (opcode == 10000)