[Scummvm-git-logs] scummvm master -> 49f60db18e47ff365a7789120e22b92fabed7622

mistydemeo noreply at scummvm.org
Sat Apr 6 16:48:08 UTC 2024


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:
49f60db18e DIRECTOR: add Crime Scouts


Commit: 49f60db18e47ff365a7789120e22b92fabed7622
    https://github.com/scummvm/scummvm/commit/49f60db18e47ff365a7789120e22b92fabed7622
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2024-04-06T09:47:55-07:00

Commit Message:
DIRECTOR: add Crime Scouts

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index b3cfb18a208..945dddc488a 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -115,6 +115,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "connections",		"Connections" },
 	{ "cracking",			"Cracking the Conspiracy" },
 	{ "criticalpath",		"Critical Path" },
+	{ "crimescouts",		"Crime Scouts" },
 	{ "crusader",			"Crusader: A Conspiracy in the Kingdom of Jerusalem" },
 	{ "crusader2000",		"Crusader: Edition 2000" },
 	{ "crystalskull",		"The Crystal Skull" },
@@ -3763,6 +3764,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 	// Original filename is 'the courtney filterâ„¢'
 	MACGAME1("courtneyfilter", "", "xn--the courtney filter-jo0l", "bcd3c718db258701496b3c5bcb827ef2", 482582, 404),
 
+	WINGAME1t("crimescouts", "", "SCOUTS.EXE", "226fcd5252b301ac90938a32221b6970", 690811, 400),
+
 	// Mac version's executable is inside an installer
 	MACGAME1_l("crouton", "", "CROUTON F/CROUTON", "18f6634ce655067ddfaa413d3313515d", 484370, Common::JA_JPN, 404),
 	WINGAME1t_l("crouton", "", "CROUTON.EXE", "03f2a878ff04b2e1ad7549fc6895da56", 766817, Common::JA_JPN, 404),




More information about the Scummvm-git-logs mailing list