[Scummvm-git-logs] scummvm master -> f88281ab7ff62479e4f3c9977270323d152d7420

bluegr noreply at scummvm.org
Sat Nov 18 17:58:28 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f88281ab7f QUEEN: Allow improved hebrew font in fallback


Commit: f88281ab7ff62479e4f3c9977270323d152d7420
    https://github.com/scummvm/scummvm/commit/f88281ab7ff62479e4f3c9977270323d152d7420
Author: BLooperZ (blooperz at users.noreply.github.com)
Date: 2023-11-18T19:58:24+02:00

Commit Message:
QUEEN: Allow improved hebrew font in fallback

Changed paths:
    engines/queen/detection.cpp


diff --git a/engines/queen/detection.cpp b/engines/queen/detection.cpp
index eda4fa2d053..5f329ff7e7f 100644
--- a/engines/queen/detection.cpp
+++ b/engines/queen/detection.cpp
@@ -528,6 +528,8 @@ ADDetectedGame QueenMetaEngineDetection::fallbackDetect(const FileMap &allFiles,
 				} else if (version.features & Queen::GF_TALKIE) {
 					desc.extra = "CD";
 					desc.guiOptions = GAMEOPTION_ALT_INTRO;
+					if (desc.language == Common::HE_ISR)
+						desc.guiOptions = GUIO2(GAMEOPTION_ALT_INTRO, GAMEOPTION_ALT_FONT);
 				}
 
 				return ADDetectedGame(&desc);




More information about the Scummvm-git-logs mailing list