aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
authorJohannes Schickel2009-08-11 01:24:40 +0000
committerJohannes Schickel2009-08-11 01:24:40 +0000
commit6e9ff8e381ceed150c498eaf01f1f58215c343b0 (patch)
treec95699620541a32c941fb9824018194d0e563fb6 /engines/kyra
parent1a9630834c5d4e85ab3ce430e4b65bef90b6be87 (diff)
downloadscummvm-rg350-6e9ff8e381ceed150c498eaf01f1f58215c343b0.tar.gz
scummvm-rg350-6e9ff8e381ceed150c498eaf01f1f58215c343b0.tar.bz2
scummvm-rg350-6e9ff8e381ceed150c498eaf01f1f58215c343b0.zip
Finally fixed the string extraction for Kyrandia 1 Amiga. This should make the intro/outro strings work fine again.
svn-id: r43246
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/gui_lok.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/kyra/gui_lok.cpp b/engines/kyra/gui_lok.cpp
index 9ef20ba8a3..9668ac82b5 100644
--- a/engines/kyra/gui_lok.cpp
+++ b/engines/kyra/gui_lok.cpp
@@ -371,8 +371,11 @@ void GUI_LoK::setGUILabels() {
walkspeedGarbageOffset = 0;
} else if (_vm->gameFlags().platform == Common::kPlatformAmiga) {
// English Amiga version
- offsetOptions = 8;
+ offset = 23;
+ offsetOn = 23;
+ offsetOptions = 32;
walkspeedGarbageOffset = 2;
+ offsetMainMenu = 23;
}
assert(offset + 27 < _vm->_guiStringsSize);