aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-09-05 14:44:43 +0000
committerEugene Sandulenko2005-09-05 14:44:43 +0000
commit4589b5d3bbe23b3b2778d7e85d161ce2b83b04f5 (patch)
treee5edcaa5b24091ef2587f02793d6a0e7ed923721 /scumm/intern.h
parentb8f4f4d4f2b24b0776d37a3ceb322aaec5d8e5ff (diff)
downloadscummvm-rg350-4589b5d3bbe23b3b2778d7e85d161ce2b83b04f5.tar.gz
scummvm-rg350-4589b5d3bbe23b3b2778d7e85d161ce2b83b04f5.tar.bz2
scummvm-rg350-4589b5d3bbe23b3b2778d7e85d161ce2b83b04f5.zip
Partially fixed utter mess with C64 opcodes.
svn-id: r18777
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index c2e2e99add..a846637d6c 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -441,6 +441,7 @@ protected:
void o_setState08();
void o_unfreezeScript();
void o_decrement();
+ void o_badOpcode();
};
class ScummEngine_v6 : public ScummEngine {