[Scummvm-git-logs] scummvm master -> 81546b36b194ac16a4e2a3519ffb64af47ef4f38

bluegr noreply at scummvm.org
Sun Jan 14 10:17:18 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:
81546b36b1 GOB: Improvements for some gob2 and gob3 detection entries


Commit: 81546b36b194ac16a4e2a3519ffb64af47ef4f38
    https://github.com/scummvm/scummvm/commit/81546b36b194ac16a4e2a3519ffb64af47ef4f38
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2024-01-14T12:17:14+02:00

Commit Message:
GOB: Improvements for some gob2 and gob3 detection entries

Changed paths:
    engines/gob/detection/tables_gob2.h
    engines/gob/detection/tables_gob3.h


diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index c80c3b0827b..bb68dd9225f 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -484,10 +484,10 @@
 { // Supplied by fac76 in bug report #3108
 	{
 		"gob2",
-		"",
+		"v1.02",
 		AD_ENTRY2s("intro.stk", "b45b984ee8017efd6ea965b9becd4d66", 828443,
 				"musmac1.mid",	"7f96f491448c7a001b32df89cf8d2af2", 1658),
-		UNK_LANG,
+		EN_ANY,
 		kPlatformMacintosh,
 		ADGF_NO_FLAGS,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
@@ -652,7 +652,7 @@
 		"gob2",
 		"Interactive Demo (v1.0)",
 		AD_ENTRY1s("intro.stk", "9fa85aea959fa8c582085855fbd99346", 553063),
-		EN_ANY,
+		EN_GRB,
 		kPlatformAmiga,
 		ADGF_DEMO,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
diff --git a/engines/gob/detection/tables_gob3.h b/engines/gob/detection/tables_gob3.h
index b7a42ac26a0..4bc16471ff8 100644
--- a/engines/gob/detection/tables_gob3.h
+++ b/engines/gob/detection/tables_gob3.h
@@ -133,8 +133,8 @@
 {
 	{
 		"gob3",
-		"",
-		AD_ENTRY1("intro.stk", "4e3af248a48a2321364736afab868527"),
+		"v0.50",
+		AD_ENTRY1s("intro.stk", "4e3af248a48a2321364736afab868527", 204265),
 		RU_RUS,
 		kPlatformDOS,
 		ADGF_NO_FLAGS,




More information about the Scummvm-git-logs mailing list