[Scummvm-git-logs] scummvm branch-2-8 -> 081a606790a79ccf236ce7af1e8aa1a1f1767d1d

sluicebox noreply at scummvm.org
Fri Mar 1 07:59:24 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:
081a606790 AGI: Fix Manhunter 2 detection entry


Commit: 081a606790a79ccf236ce7af1e8aa1a1f1767d1d
    https://github.com/scummvm/scummvm/commit/081a606790a79ccf236ce7af1e8aa1a1f1767d1d
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2024-03-01T00:59:05-07:00

Commit Message:
AGI: Fix Manhunter 2 detection entry

Changed paths:
    engines/agi/detection_tables.h


diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 5e8d35a64b3..889329787b5 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -671,12 +671,12 @@ static const AGIGameDescription gameDescriptions[] = {
 	},
 
 	// Manhunter SF (ST) 1.0 7/29/89
-	GAME3_P("mh2", "1.0 1989-07-29", "mh2dir", "5e3581495708b952fea24438a6c7e040", 0x3149, 0, GID_MH1, Common::kPlatformAtariST),
+	GAME3_P("mh2", "1.0 1989-07-29", "mh2dir", "5e3581495708b952fea24438a6c7e040", 0x3149, 0, GID_MH2, Common::kPlatformAtariST),
 
 	// Manhunter SF (Amiga) 3.06 8/17/89        # 2.333
 	GAME3_PSO("mh2", "3.06 1989-08-17", "dirs", "b412e8a126368b76696696f7632d4c16", 2573, 0x3149, 0, GID_MH2, Common::kPlatformAmiga, GAMEOPTIONS_AMIGA),
 
-	// Manhunter SF (PC 5.25") 3.02 5.25\"" [AGI 3.002.149]
+	// Manhunter SF (PC 5.25") 3.02 7/26/89 [AGI 3.002.149]
 	GAME3("mh2", "3.02 1989-07-26 5.25\"", "mh2dir", "bbb2c2f88d5740f7437fb7aa6f080b7b", 0x3149, GID_MH2),
 
 	// Manhunter SF (PC 3.5") 3.02 7/26/89 [AGI 3.002.149]




More information about the Scummvm-git-logs mailing list