[Scummvm-git-logs] scummvm master -> 3e1217159ff991623585be4eba2cb3a822e79f0f

neuromancer noreply at scummvm.org
Sun Aug 14 07:16:03 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:
3e1217159f HYPNO: added detection of wetlands 1.1


Commit: 3e1217159ff991623585be4eba2cb3a822e79f0f
    https://github.com/scummvm/scummvm/commit/3e1217159ff991623585be4eba2cb3a822e79f0f
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-08-14T09:16:48+02:00

Commit Message:
HYPNO: added detection of wetlands 1.1

Changed paths:
    engines/hypno/detection.cpp


diff --git a/engines/hypno/detection.cpp b/engines/hypno/detection.cpp
index 90f68dd2682..3fa69969afc 100644
--- a/engines/hypno/detection.cpp
+++ b/engines/hypno/detection.cpp
@@ -188,6 +188,16 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_NO_FLAGS,
 		GUIO1(GUIO_NOMIDI)
 	},
+	{
+		"wetlands", // Wetlands 1.1 (US)
+		nullptr,
+		AD_ENTRY2s("wetlands.exe", "15a6b1b3819ef002438df340509b5373", 647411,
+				"missions.lib", "aeaaa8b26ab17e37f060334a311a3ff6", 309793),
+		Common::EN_USA,
+		Common::kPlatformDOS,
+		ADGF_NO_FLAGS,
+		GUIO1(GUIO_NOMIDI)
+	},
 	{
 		"wetlands", // Wetlands (FR)
 		nullptr,




More information about the Scummvm-git-logs mailing list