aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/extract.h
diff options
context:
space:
mode:
authorFlorian Kagerer2010-10-24 13:00:47 +0000
committerFlorian Kagerer2010-10-24 13:00:47 +0000
commitbf5ae45490a0683692715fcc8a103f0e096e9c21 (patch)
tree805e4b067897499e763592d0fe5852b34652b9bc /tools/create_kyradat/extract.h
parent518526ba2f6e2e84a73c84791be12df6d733dadd (diff)
downloadscummvm-rg350-bf5ae45490a0683692715fcc8a103f0e096e9c21.tar.gz
scummvm-rg350-bf5ae45490a0683692715fcc8a103f0e096e9c21.tar.bz2
scummvm-rg350-bf5ae45490a0683692715fcc8a103f0e096e9c21.zip
KYRA/PC98: workaround for missing delay opcodes
The sequence data for the forest sequence in the Kyra PC-98 intro has no delay opcodes making it play way too fast on modern systems. This workaround adds the same delay opcodes to the sequence data that the other Kyra versions have. svn-id: r53761
Diffstat (limited to 'tools/create_kyradat/extract.h')
-rw-r--r--tools/create_kyradat/extract.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/create_kyradat/extract.h b/tools/create_kyradat/extract.h
index 5aee089466..0903852dd2 100644
--- a/tools/create_kyradat/extract.h
+++ b/tools/create_kyradat/extract.h
@@ -35,6 +35,7 @@ enum kExtractType {
kTypeRoomList,
kTypeShapeList,
kTypeRawData,
+ kTypeForestSeqData,
kTypeAmigaSfxTable,
kTypeTownsWDSfxTable,