diff options
author | athrxx | 2015-11-10 18:38:33 +0100 |
---|---|---|
committer | athrxx | 2015-11-10 18:38:33 +0100 |
commit | 13f30fb46bbd634de22034389561c93bc15d9d14 (patch) | |
tree | f66187b6c46ccfa3a046489a45441f443f460e7d /engines | |
parent | fb61f649035f8d823f4afa5302487d9a30009403 (diff) | |
download | scummvm-rg350-13f30fb46bbd634de22034389561c93bc15d9d14.tar.gz scummvm-rg350-13f30fb46bbd634de22034389561c93bc15d9d14.tar.bz2 scummvm-rg350-13f30fb46bbd634de22034389561c93bc15d9d14.zip |
KYRA: (LOK/PC-98) - add missing string resource
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 731f2f4ce5..1a2e2c093c 100644 --- a/engines/kyra/staticres.cpp +++ b/engines/kyra/staticres.cpp @@ -39,7 +39,7 @@ namespace Kyra { -#define RESFILE_VERSION 86 +#define RESFILE_VERSION 87 namespace { bool checkKyraDat(Common::SeekableReadStream *file) { |