KYRA: (LOL) - fix bug no. 14323

This isn't a real bug, since it will be triggered only when deleting
game data files which aren't meant to be deleted. Still, it is easy
enough to work around this...
This commit is contained in:
athrxx 2023-03-12 22:37:43 +01:00
parent 982dc5c9d3
commit 05c1147287

View File

@ -149,7 +149,7 @@ bool SoundMidiPC::init() {
}
} else {
if (_vm->gameFlags().isTalkie)
pakFile = "ENG/STARTUP.PAK";
pakFile = (_vm->_flags.lang == Common::FR_FRA) ? "FRE/STARTUP.PAK" : (_vm->_flags.lang == Common::DE_DEU ? "GER/STARTUP.PAK" : "ENG/STARTUP.PAK");
else
pakFile = "INTROVOC.PAK";
}