[Scummvm-git-logs] scummvm master -> 37e702a1ba3a9682660b6c4211a3abb24834a728

digitall noreply at scummvm.org
Sat Sep 24 23:27:12 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:
37e702a1ba GOB: Add v1.0 USA Floppy Version of Inca 2 to Detection


Commit: 37e702a1ba3a9682660b6c4211a3abb24834a728
    https://github.com/scummvm/scummvm/commit/37e702a1ba3a9682660b6c4211a3abb24834a728
Author: D G Turner (digitall at scummvm.org)
Date: 2022-09-25T00:26:24+01:00

Commit Message:
GOB: Add v1.0 USA Floppy Version of Inca 2 to Detection

This was reported in the forums by Uka on 2022-08-22.

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


diff --git a/engines/gob/detection/tables_inca2.h b/engines/gob/detection/tables_inca2.h
index e0868cd10e7..c0e8b7706ba 100644
--- a/engines/gob/detection/tables_inca2.h
+++ b/engines/gob/detection/tables_inca2.h
@@ -69,6 +69,22 @@
 	0, 0, 0
 },
 
+// US floppy box version 1.0 dated 18.03.1994
+{
+	{
+		"inca2",
+		"",
+		AD_ENTRY1s("intro.stk", "48cc6e6b0b0b343f876290d2700d8eba", 804780),
+		EN_USA,
+		kPlatformDOS,
+		ADGF_NO_FLAGS,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kGameTypeInca2,
+	kFeaturesAdLib,
+	0, 0, 0
+},
+
 // -- DOS VGA CD --
 
 {




More information about the Scummvm-git-logs mailing list