aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorJames Brown2002-11-02 08:18:21 +0000
committerJames Brown2002-11-02 08:18:21 +0000
commit1c975ba92ed9bec19de6f2652888aa1df9808a94 (patch)
treebc320794f211b2263bfdd10406fc497c73cb4b82 /scumm/scumm.h
parent35678731d91410c60a9f00bce0d037b252e45044 (diff)
downloadscummvm-rg350-1c975ba92ed9bec19de6f2652888aa1df9808a94.tar.gz
scummvm-rg350-1c975ba92ed9bec19de6f2652888aa1df9808a94.tar.bz2
scummvm-rg350-1c975ba92ed9bec19de6f2652888aa1df9808a94.zip
Correct that FT opcode - it's bitwise or, not logical
svn-id: r5373
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 9117c44d7a..f800ceb2b7 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -541,6 +541,7 @@ public:
void runAllScripts();
void setupOpcodes();
void setupOpcodes2();
+ //void setupOpcodes3();
void cutscene(int16 *args);
void endCutscene();
void exitCutscene();
@@ -1224,6 +1225,9 @@ public:
void o6_drawBlastObject();
void o6_getActorPriority();
void o6_unknownCD();
+ void o6_bor();
+ void o6_band();
+ // void o7_userfaceOps();
/* Scumm Vars */
byte VAR_EGO;