aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v2.h
diff options
context:
space:
mode:
authorJohannes Schickel2007-05-05 12:18:02 +0000
committerJohannes Schickel2007-05-05 12:18:02 +0000
commit776423ff823c28f0b7ef5929af6caa679b11e067 (patch)
treeea8e43cb1b46b4cb68aa1a645e0ad27bf5a8c120 /engines/kyra/kyra_v2.h
parentae24e0e99f6ae8e7ebc854a3debe691ad963bdf7 (diff)
downloadscummvm-rg350-776423ff823c28f0b7ef5929af6caa679b11e067.tar.gz
scummvm-rg350-776423ff823c28f0b7ef5929af6caa679b11e067.tar.bz2
scummvm-rg350-776423ff823c28f0b7ef5929af6caa679b11e067.zip
- started to move v1 specific functions to KyraEngine_v1 (just opcodes yet)
- reworked script opcode handling svn-id: r26749
Diffstat (limited to 'engines/kyra/kyra_v2.h')
-rw-r--r--engines/kyra/kyra_v2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/kyra/kyra_v2.h b/engines/kyra/kyra_v2.h
index 18da31c4a7..65c9f32c1b 100644
--- a/engines/kyra/kyra_v2.h
+++ b/engines/kyra/kyra_v2.h
@@ -81,6 +81,8 @@ public:
int go();
private:
+ void setupOpcodeTable() {}
+
void seq_playSequences(int startSeq, int endSeq = -1);
int seq_introWestwood(int seqNum);
int seq_introTitle(int seqNum);
@@ -115,7 +117,6 @@ private:
static const int _introStringsSize;
int _introStringsDuration[21];
-
};
} // end of namespace Kyra