mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 07:14:59 +00:00
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:
parent
982dc5c9d3
commit
05c1147287
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user