MYST3: Also load the menu language file for the Hebrew version

This commit is contained in:
Bastien Bouclet 2017-06-14 07:38:11 +02:00
parent 9cb43c21f5
commit 68cf4e929f

View File

@ -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);
}