From 5ae93cb1080644e8b4643bcf4d3790a0ec69ace1 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sun, 3 Aug 2008 12:09:48 +0000 Subject: add support for HOF Italian fan translation to kyra.dat svn-id: r33578 --- engines/kyra/sequences_hof.cpp | 1 - engines/kyra/staticres.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/kyra') diff --git a/engines/kyra/sequences_hof.cpp b/engines/kyra/sequences_hof.cpp index 832014ae3b..635db3629c 100644 --- a/engines/kyra/sequences_hof.cpp +++ b/engines/kyra/sequences_hof.cpp @@ -2751,7 +2751,6 @@ void KyraEngine_HoF::seq_displayScrollText(uint8 *data, const ScreenDim *d, int void KyraEngine_HoF::seq_scrollPage(int bottom, int top) { int dstY, dstH, srcH; - //int mgY; static const ScreenDim d = { 0x00, 0x00, 0x28, 0x320, 0xFF, 0xFE, 0x00, 0x00 }; diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp index f9238ff044..bb094af6c2 100644 --- a/engines/kyra/staticres.cpp +++ b/engines/kyra/staticres.cpp @@ -43,7 +43,7 @@ namespace Kyra { -#define RESFILE_VERSION 29 +#define RESFILE_VERSION 30 bool StaticResource::checkKyraDat() { Common::File kyraDat; -- cgit v1.2.3