diff options
author | athrxx | 2018-12-26 21:33:47 +0100 |
---|---|---|
committer | athrxx | 2018-12-26 21:51:39 +0100 |
commit | 4b2dc67c8c27b20c0698dbf419540c85fe6a7a4c (patch) | |
tree | 2b9f5bb9348b8623261274e79955fead4f1737ff /engines | |
parent | 1474ca4ab3a4a2fc08daa48c5d699ab76e34e85f (diff) | |
download | scummvm-rg350-4b2dc67c8c27b20c0698dbf419540c85fe6a7a4c.tar.gz scummvm-rg350-4b2dc67c8c27b20c0698dbf419540c85fe6a7a4c.tar.bz2 scummvm-rg350-4b2dc67c8c27b20c0698dbf419540c85fe6a7a4c.zip |
KYRA: (LOL) - fix #10764 (Cannot Use Vaelan's Cube)
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/staticres.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp index 3a83bd193d..2763362edb 100644 --- a/engines/kyra/staticres.cpp +++ b/engines/kyra/staticres.cpp @@ -39,7 +39,7 @@ namespace Kyra { -#define RESFILE_VERSION 91 +#define RESFILE_VERSION 92 namespace { bool checkKyraDat(Common::SeekableReadStream *file) { |