aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2004-03-02 10:22:55 +0000
committerTravis Howell2004-03-02 10:22:55 +0000
commit6d0e10433cc192d0fd1e96e2e754d13809c579cf (patch)
treef4c29e16c73ddcb757c45b03338b155ac5f8544b /scumm/intern.h
parent1bdcc3e5efb20c69691275897536018a302c1745 (diff)
downloadscummvm-rg350-6d0e10433cc192d0fd1e96e2e754d13809c579cf.tar.gz
scummvm-rg350-6d0e10433cc192d0fd1e96e2e754d13809c579cf.tar.bz2
scummvm-rg350-6d0e10433cc192d0fd1e96e2e754d13809c579cf.zip
Move to HE6
svn-id: r13140
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 0d18e0530b..1a2813e564 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -595,6 +595,7 @@ protected:
void o6_readINI();
void o6_unknownF4();
void o6_unknownF9();
+ void o6_unknownFB();
void o6_readFilePos();
};
@@ -621,7 +622,6 @@ protected:
/* Version 7 script opcodes */
void o7_objectX();
void o7_objectY();
- void o7_unknownFB();
};
class ScummEngine_v7 : public ScummEngine_v6 {