mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 08:48:13 +00:00
Fix GUI strings in Kyrandia 1 Amiga.
svn-id: r43209
This commit is contained in:
parent
091ecc8fd0
commit
8ac9752f8f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user