From a4223e9c2ba7d53097df95a3f640ffdba7d0fb20 Mon Sep 17 00:00:00 2001 From: athrxx Date: Wed, 15 Feb 2012 18:11:18 +0100 Subject: KYRA: (EOB) - fix EOB1 door clipping (this was done in the same way as in EOB2 and LOL, but it has to be slightly different) --- engines/kyra/staticres.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/staticres.cpp') diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp index 2be25ce093..423b827092 100644 --- a/engines/kyra/staticres.cpp +++ b/engines/kyra/staticres.cpp @@ -38,7 +38,7 @@ namespace Kyra { -#define RESFILE_VERSION 81 +#define RESFILE_VERSION 82 namespace { bool checkKyraDat(Common::SeekableReadStream *file) { -- cgit v1.2.3