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

phcoder noreply at scummvm.org
Fri May 26 19:15:07 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:
fa4e1f04f8 QUEEN: Add another FOTAQ MD5


Commit: fa4e1f04f87e437e325fafe276105da8fcfeabec
    https://github.com/scummvm/scummvm/commit/fa4e1f04f87e437e325fafe276105da8fcfeabec
Author: Vladimir Serbinenko (phcoder at gmail.com)
Date: 2023-05-26T21:15:03+02:00

Commit Message:
QUEEN: Add another FOTAQ MD5

Changed paths:
    engines/queen/detection.cpp


diff --git a/engines/queen/detection.cpp b/engines/queen/detection.cpp
index fb31dc7e929..2b06cd41fbf 100644
--- a/engines/queen/detection.cpp
+++ b/engines/queen/detection.cpp
@@ -363,6 +363,19 @@ static const QueenGameDescription gameDescriptions[] = {
 		},
 	},
 
+	// DOS CD - Hebrew
+	{
+		{
+			"queen",
+			"CD",
+			AD_ENTRY1s("queen.1c", "a88effce52227a1842636ce753c2e646", 100455438),
+			Common::HE_ISR,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO2(GAMEOPTION_ALT_INTRO, GAMEOPTION_ALT_FONT)
+		},
+	},
+
 	// DOS CD - Italian (Compressed Freeware Release v1.0)
 	{
 		{




More information about the Scummvm-git-logs mailing list