From ea5bf444d3654fcdcd649456ee5d63bb4deaa72a Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 21 Nov 2009 22:15:20 +0000 Subject: Fix mismatching resource type IDs for Lands of Lore in kyra.dat. svn-id: r46051 --- 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 f82a5ade32..9a693533be 100644 --- a/engines/kyra/staticres.cpp +++ b/engines/kyra/staticres.cpp @@ -45,7 +45,7 @@ namespace Kyra { -#define RESFILE_VERSION 67 +#define RESFILE_VERSION 68 namespace { bool checkKyraDat(Common::SeekableReadStream *file) { -- cgit v1.2.3