aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/staticres.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-09-20 16:54:23 +0000
committerJohannes Schickel2009-09-20 16:54:23 +0000
commit5bed17efa98961ead36b94dec3a4a8e961075b66 (patch)
tree70f7a1d52baca644da6b96e5050bf7bba058ab53 /engines/kyra/staticres.cpp
parentd1acdaeb59a3db0f9bec5f23f57894e98521e8df (diff)
downloadscummvm-rg350-5bed17efa98961ead36b94dec3a4a8e961075b66.tar.gz
scummvm-rg350-5bed17efa98961ead36b94dec3a4a8e961075b66.tar.bz2
scummvm-rg350-5bed17efa98961ead36b94dec3a4a8e961075b66.zip
- Add support for Kyrandia 1 German Amiga in create_kyradat.
- Increase kyra.dat version. - Rebuilt kyra.dat. - Some slight adaptions for Kyrandia 1 German in the ScummVM source. svn-id: r44215
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 d12c918b12..c705e91539 100644
--- a/engines/kyra/staticres.cpp
+++ b/engines/kyra/staticres.cpp
@@ -45,7 +45,7 @@
namespace Kyra {
-#define RESFILE_VERSION 57
+#define RESFILE_VERSION 58
namespace {
bool checkKyraDat(Common::SeekableReadStream *file) {