[Scummvm-git-logs] scummvm master -> 1d22166de62a4b01b0f279e7e4176d579e6744e0

tag2015 noreply at scummvm.org
Wed Nov 16 20:31:32 UTC 2022


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:
1d22166de6 DIRECTOR: Prevent misdetection of Cracking the Conspiracy


Commit: 1d22166de62a4b01b0f279e7e4176d579e6744e0
    https://github.com/scummvm/scummvm/commit/1d22166de62a4b01b0f279e7e4176d579e6744e0
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-11-16T21:29:28+01:00

Commit Message:
DIRECTOR: Prevent misdetection of Cracking the Conspiracy

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 2da95b06e39..46b561dd4bc 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -5113,7 +5113,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 
 	MACGAME1("colormind", "v1.5", "ColorMind 1.5", "37faaf693259d7a4fa031f4a2edf3098", 126087, 501),
 
-	WINGAME1t("cracking", "", "crack.exe", "c2093c2b5dc9d3dc5b491e4df027e202", 1842361, 500),
+	WINGAME2t("cracking", "", "crack.exe", "c2093c2b5dc9d3dc5b491e4df027e202", 1842361,
+							  "ufog8.dxr", "7c8222a010d40b59dd96a97f0b4fa974", 542472, 500),
 
 	MACGAME1_l("crusader", "", "Croisades", "6e7e31d05709e1d38d63f4df6a59eec0", 718381, Common::FR_FRA, 501),
 	WINGAME1("crusader", "", "CRUSAD95.EXE", "1a7acbba10a7246ba58c1d53fc7203f5", 1410427, 501),




More information about the Scummvm-git-logs mailing list