[Scummvm-git-logs] scummvm master -> 20830dd1ce5eb6b742bad430c8dd656bdd59b74f
bluegr
noreply at scummvm.org
Thu Dec 26 20:57:04 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:
20830dd1ce GOB: add versionnumbers to GOB2 and GOB3 entries
Commit: 20830dd1ce5eb6b742bad430c8dd656bdd59b74f
https://github.com/scummvm/scummvm/commit/20830dd1ce5eb6b742bad430c8dd656bdd59b74f
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-12-26T22:57:01+02:00
Commit Message:
GOB: add versionnumbers to GOB2 and GOB3 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 f48ada6219a..34809e54b34 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -113,7 +113,7 @@
{ // Supplied by goodoldgeorg in bug report #4163
{
"gob2",
- "",
+ "v1.02",
AD_ENTRY1("intro.stk", "c47faf1d406504e6ffe63243610bb1f4"),
IT_ITA,
kPlatformDOS,
@@ -566,7 +566,7 @@
{ // Supplied by bgk in bug report #3161
{
"gob2",
- "",
+ "v1.02",
AD_ENTRY1s("intro.stk", "4b13c02d1069b86bcfec80f4e474b98b", 554680),
FR_FRA,
kPlatformAtariST,
diff --git a/engines/gob/detection/tables_gob3.h b/engines/gob/detection/tables_gob3.h
index 1b4dff24c15..aa79227a1d9 100644
--- a/engines/gob/detection/tables_gob3.h
+++ b/engines/gob/detection/tables_gob3.h
@@ -152,7 +152,7 @@
{ // Supplied by SiRoCs in bug report #3949
{
"gob3",
- "",
+ "v1.00",
AD_ENTRY1s("intro.stk", "d3b72938fbbc8159198088811f9e6d19", 160382),
ES_ESP,
kPlatformDOS,
More information about the Scummvm-git-logs
mailing list