[Scummvm-git-logs] scummvm master -> 4aa0bddbe2af5f27045cf5dda46b976158f61c93

sdelamarre noreply at scummvm.org
Fri May 5 21:39:22 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:
4aa0bddbe2 GOB: added a German non interactive demo of Adi 2


Commit: 4aa0bddbe2af5f27045cf5dda46b976158f61c93
    https://github.com/scummvm/scummvm/commit/4aa0bddbe2af5f27045cf5dda46b976158f61c93
Author: CrystalBen (58399929+CrystalBen at users.noreply.github.com)
Date: 2023-05-05T22:39:19+01:00

Commit Message:
GOB: added a German non interactive demo of Adi 2

Changed paths:
    engines/gob/detection/tables_adi2.h


diff --git a/engines/gob/detection/tables_adi2.h b/engines/gob/detection/tables_adi2.h
index bada3490a0f..841d40e7082 100644
--- a/engines/gob/detection/tables_adi2.h
+++ b/engines/gob/detection/tables_adi2.h
@@ -212,5 +212,25 @@
 	kFeatures640x480 | kFeaturesSCNDemo,
 	0, 0, 1
 },
+{
+	{
+		"adi2",
+		"Non-Interactive Demo",
+		{
+			{"demo.scn", 0, "16331b4db31b153f241ebcee49b7383d", 170},
+			{"demadi2d.vmd", 0, "658b5502bf0aeb46a39788f6a07e3d97", 7552841},
+			{"demarchd.vmd", 0, "a93184f0e297bb2e1ebfd64c1038e1ae", 5946788},
+			{"demoboud.vmd", 0, "37f3a61852c4485f2cc86b9880b98a6c", 3552135},
+			{0, 0, 0, 0}
+		},
+		DE_DEU,
+		kPlatformDOS,
+		ADGF_UNSTABLE,
+		GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
+	},
+	kGameTypeAdi2,
+	kFeatures640x480 | kFeaturesSCNDemo,
+	0, 0, 1
+},
 
 #endif // GOB_DETECTION_TABLES_ADI2_H




More information about the Scummvm-git-logs mailing list