From 17874266bd540aed192e2a8f550b181d2bd4b8ad Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sun, 18 May 2008 20:14:28 +0000 Subject: add support for Kyra 1 Italian floppy (this fixes so called bug #1409244 - KYRA1: GFX problems with ITALIAN floppy) svn-id: r32175 --- engines/kyra/gui_lok.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/kyra/gui_lok.cpp') diff --git a/engines/kyra/gui_lok.cpp b/engines/kyra/gui_lok.cpp index 2b823b1ae7..6fa30c9e9a 100644 --- a/engines/kyra/gui_lok.cpp +++ b/engines/kyra/gui_lok.cpp @@ -337,6 +337,8 @@ void GUI_LoK::setGUILabels() { } else if (_vm->gameFlags().lang == Common::ES_ESP) { offsetOn = offsetMainMenu = offsetOptions = offset = -4; menuLabelGarbageOffset = 72; + } else if (_vm->gameFlags().lang == Common::IT_ITA) { + offsetOn = offsetMainMenu = offsetOptions = offset = 32; } else if (_vm->gameFlags().lang == Common::DE_DEU) { offset = offsetMainMenu = offsetOn = offsetOptions = 24; } else if (_vm->gameFlags().platform == Common::kPlatformFMTowns || _vm->gameFlags().platform == Common::kPlatformPC98) { -- cgit v1.2.3