[Scummvm-git-logs] scummvm master -> 06452e3e8b11e985ed6ec8bec26ffdd8507f8bb8

tag2015 noreply at scummvm.org
Fri Oct 20 19:39:16 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:
06452e3e8b DIRECTOR: Improve Requiem detection, prevent clash


Commit: 06452e3e8b11e985ed6ec8bec26ffdd8507f8bb8
    https://github.com/scummvm/scummvm/commit/06452e3e8b11e985ed6ec8bec26ffdd8507f8bb8
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-10-20T21:35:09+02:00

Commit Message:
DIRECTOR: Improve Requiem detection, prevent clash

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index d3e2fbd313c..f5929a6166d 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -7549,8 +7549,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 	// Original file name is RealPoolâ„¢
 	MACGAME1("realpool", "", "xn--RealPool-on5d", "269b100b24bda808238eb6feb183781f", 114791, 600),
 
-	MACGAME1_l("requiem", "", "Requiem", "996eca6a1e73c99493ea7e553f2e0db6", 1030510, Common::SE_SWE, 601),
-	WINGAME1t_l("requiem", "", "Requiem.exe", "bdd6110d880b41f29b8e98f9c4406eb6", 1515454, Common::SE_SWE, 601),
+	MACGAME1_l("requiem", "", "Requiem",	 "r:996eca6a1e73c99493ea7e553f2e0db6", 1030510, Common::SE_SWE, 601),
+	WINGAME2_l("requiem", "", "Requiem.exe", "t:bdd6110d880b41f29b8e98f9c4406eb6", 1515454,
+							  "shared.cxt",	 "d:ba83f08d73fff192b3e3affeb533cfaa", 9218580, Common::SE_SWE, 601),
 
 	// American Revolutionary War
 	MACGAME2("revwar", "", "BEGIN",		   "2806e0d1bac713be5677a62b425d3c98", 1030361,




More information about the Scummvm-git-logs mailing list