mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 13:45:25 +00:00
KYRA: Add OK string for menu dialogues in Chinese EOB2
This commit is contained in:
parent
1e7f405f0d
commit
a569b7c5b2
@ -578,6 +578,8 @@ void EoBCoreEngine::initStaticResource() {
|
||||
0
|
||||
};
|
||||
|
||||
_menuOkString = "OK";
|
||||
|
||||
switch (_flags.lang) {
|
||||
case Common::EN_ANY: {
|
||||
if (_flags.platform == Common::kPlatformSegaCD) {
|
||||
@ -615,6 +617,7 @@ void EoBCoreEngine::initStaticResource() {
|
||||
case Common::ZH_TWN:
|
||||
_saveLoadStrings = saveLoadStrings[6];
|
||||
_errorSlotEmptyString = errorSlotEmptyString[6];
|
||||
_menuOkString = "\xa7\xb9\xb2\xa6"; /* "完畢" */
|
||||
break;
|
||||
|
||||
default:
|
||||
@ -622,8 +625,6 @@ void EoBCoreEngine::initStaticResource() {
|
||||
_errorSlotEmptyString = errorSlotEmptyString[0];
|
||||
break;
|
||||
}
|
||||
|
||||
_menuOkString = "OK";
|
||||
}
|
||||
|
||||
void EoBCoreEngine::initButtonData() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user