mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 16:35:20 +00:00
Fixed various gui strings in German floppy.
svn-id: r26211
This commit is contained in:
parent
8bf7953839
commit
c7c79e33db
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user