aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/staticres.cpp
diff options
context:
space:
mode:
authorFlorian Kagerer2010-10-24 13:00:47 +0000
committerFlorian Kagerer2010-10-24 13:00:47 +0000
commitbf5ae45490a0683692715fcc8a103f0e096e9c21 (patch)
tree805e4b067897499e763592d0fe5852b34652b9bc /engines/kyra/staticres.cpp
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 'engines/kyra/staticres.cpp')
-rw-r--r--engines/kyra/staticres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp
index c55ee57214..edfa61e5b4 100644
--- a/engines/kyra/staticres.cpp
+++ b/engines/kyra/staticres.cpp
@@ -42,7 +42,7 @@
namespace Kyra {
-#define RESFILE_VERSION 72
+#define RESFILE_VERSION 73
namespace {
bool checkKyraDat(Common::SeekableReadStream *file) {