mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 21:03:31 +00:00
MYST3: Also load the menu language file for the Hebrew version
This commit is contained in:
parent
9cb43c21f5
commit
68cf4e929f
@ -325,7 +325,7 @@ void Myst3Engine::openArchives() {
|
||||
|
||||
addArchive(textLanguage + ".m3t", true);
|
||||
|
||||
if (getGameLocalizationType() != kLocMonolingual || getPlatform() == Common::kPlatformXbox) {
|
||||
if (getGameLocalizationType() != kLocMonolingual || getPlatform() == Common::kPlatformXbox || getGameLanguage() == Common::HE_ISR) {
|
||||
addArchive(menuLanguage + ".m3u", true);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user