From 8ac9752f8f098afb494e9066cd45a20cfaab070d Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 10 Aug 2009 17:14:03 +0000 Subject: Fix GUI strings in Kyrandia 1 Amiga. svn-id: r43209 --- engines/kyra/gui_lok.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'engines') diff --git a/engines/kyra/gui_lok.cpp b/engines/kyra/gui_lok.cpp index 98596807fd..2301b1e290 100644 --- a/engines/kyra/gui_lok.cpp +++ b/engines/kyra/gui_lok.cpp @@ -369,6 +369,10 @@ void GUI_LoK::setGUILabels() { offsetOptions = 10; offsetOn = 0; walkspeedGarbageOffset = 0; + } else if (_vm->gameFlags().platform == Common::kPlatformAmiga) { + // English Amiga version + offsetOptions = 8; + walkspeedGarbageOffset = 2; } assert(offset + 27 < _vm->_guiStringsSize); @@ -928,6 +932,9 @@ void GUI_LoK::setupControls(Menu &menu) { menu.item[3].itemString = "ERROR"; } } else { + if (_vm->gameFlags().platform == Common::kPlatformAmiga) + clickableOffset = 5; + menu.item[4].enabled = 0; menu.item[4].labelString = 0; } -- cgit v1.2.3