aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2002-08-24 13:12:29 +0000
committerMax Horn2002-08-24 13:12:29 +0000
commit3d75868558e87547f5f40447041b34c54a02d0a1 (patch)
treeaed04bc043560539e205e75e46bc5a5e0f5147c3 /scumm/scumm.h
parent5cd53189117584f823f8f1ef18200c7632d5493a (diff)
downloadscummvm-rg350-3d75868558e87547f5f40447041b34c54a02d0a1.tar.gz
scummvm-rg350-3d75868558e87547f5f40447041b34c54a02d0a1.tar.bz2
scummvm-rg350-3d75868558e87547f5f40447041b34c54a02d0a1.zip
added/corrected some missing opcodes - this fixes the issues with the voodoo lady in MI1VGA
svn-id: r4815
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 140450432e..693535aba5 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -1017,6 +1017,7 @@ public:
void o5_isGreaterEqual();
void o5_isLess();
void o5_isNotEqual();
+ void o5_ifState();
void o5_isSoundRunning();
void o5_jumpRelative();
void o5_lessOrEqual();