diff options
author | Johannes Schickel | 2007-03-18 16:15:19 +0000 |
---|---|---|
committer | Johannes Schickel | 2007-03-18 16:15:19 +0000 |
commit | c7c79e33db1a94e950a076b75a89fb8dd41ffc22 (patch) | |
tree | 6e60a55b3b8e492f254705e6e0f9d0ffad60f2d1 /engines | |
parent | 8bf795383962b299b824f5f08be2a8860a09e67c (diff) | |
download | scummvm-rg350-c7c79e33db1a94e950a076b75a89fb8dd41ffc22.tar.gz scummvm-rg350-c7c79e33db1a94e950a076b75a89fb8dd41ffc22.tar.bz2 scummvm-rg350-c7c79e33db1a94e950a076b75a89fb8dd41ffc22.zip |
Fixed various gui strings in German floppy.
svn-id: r26211
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/gui.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/kyra/gui.cpp b/engines/kyra/gui.cpp index fedd21704f..3704617baa 100644 --- a/engines/kyra/gui.cpp +++ b/engines/kyra/gui.cpp @@ -496,13 +496,15 @@ void KyraEngine::setGUILabels() { } else if (_flags.lang == Common::ES_ESP) { offsetOn = offsetMainMenu = offsetOptions = offset = -4; menuLabelGarbageOffset = 72; + } else if (_flags.lang == Common::DE_DEU) { + offset = offsetMainMenu = offsetOn = offsetOptions = 24; } else if (_flags.platform == Common::kPlatformFMTowns) { offset = 1; offsetOptions = 10; offsetOn = 0; walkspeedGarbageOffset = 0; } - + assert(offset + 27 < _guiStringsSize); // The Legend of Kyrandia |