[Scummvm-git-logs] scummvm master -> 814dae28d4fbd95dd82f0dc599aa1c2ba165e497
bluegr
noreply at scummvm.org
Fri Dec 29 16:03:00 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:
814dae28d4 GOB: add missing file sizes for some GOB 1, 2 and 3 detection entries
Commit: 814dae28d4fbd95dd82f0dc599aa1c2ba165e497
https://github.com/scummvm/scummvm/commit/814dae28d4fbd95dd82f0dc599aa1c2ba165e497
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-12-29T18:02:57+02:00
Commit Message:
GOB: add missing file sizes for some GOB 1, 2 and 3 detection entries
Changed paths:
engines/gob/detection/tables_gob1.h
engines/gob/detection/tables_gob2.h
engines/gob/detection/tables_gob3.h
diff --git a/engines/gob/detection/tables_gob1.h b/engines/gob/detection/tables_gob1.h
index bf952af38b0..0c0ce73cc8c 100644
--- a/engines/gob/detection/tables_gob1.h
+++ b/engines/gob/detection/tables_gob1.h
@@ -176,7 +176,7 @@
{
"gob1",
"CD v1.02",
- AD_ENTRY1("intro.stk", "8bd873137b6831c896ee8ad217a6a398"),
+ AD_ENTRY1s("intro.stk", "8bd873137b6831c896ee8ad217a6a398", 3295368),
EN_USA,
kPlatformDOS,
ADGF_CD,
@@ -190,7 +190,7 @@
{
"gob1",
"CD v1.02",
- AD_ENTRY1("intro.stk", "8bd873137b6831c896ee8ad217a6a398"),
+ AD_ENTRY1s("intro.stk", "8bd873137b6831c896ee8ad217a6a398", 3295368),
DE_DEU,
kPlatformDOS,
ADGF_CD,
@@ -204,7 +204,7 @@
{
"gob1",
"CD v1.02",
- AD_ENTRY1("intro.stk", "8bd873137b6831c896ee8ad217a6a398"),
+ AD_ENTRY1s("intro.stk", "8bd873137b6831c896ee8ad217a6a398", 3295368),
FR_FRA,
kPlatformDOS,
ADGF_CD,
@@ -218,7 +218,7 @@
{
"gob1",
"CD v1.02",
- AD_ENTRY1("intro.stk", "8bd873137b6831c896ee8ad217a6a398"),
+ AD_ENTRY1s("intro.stk", "8bd873137b6831c896ee8ad217a6a398", 3295368),
IT_ITA,
kPlatformDOS,
ADGF_CD,
@@ -232,7 +232,7 @@
{
"gob1",
"CD v1.02",
- AD_ENTRY1("intro.stk", "8bd873137b6831c896ee8ad217a6a398"),
+ AD_ENTRY1s("intro.stk", "8bd873137b6831c896ee8ad217a6a398", 3295368),
ES_ESP,
kPlatformDOS,
ADGF_CD,
diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index 8d1c794ba10..cb83306a81f 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -480,7 +480,7 @@
{
"gob2",
"v1.03",
- AD_ENTRY1("intro.stk", "271863a3dfc27665fac4b3589a0e735f"),
+ AD_ENTRY1s("intro.stk", "271863a3dfc27665fac4b3589a0e735f", 947966),
DE_DEU,
kPlatformWindows,
ADGF_NO_FLAGS,
diff --git a/engines/gob/detection/tables_gob3.h b/engines/gob/detection/tables_gob3.h
index e57e2401903..8b8ea9310b2 100644
--- a/engines/gob/detection/tables_gob3.h
+++ b/engines/gob/detection/tables_gob3.h
@@ -173,11 +173,8 @@
{
"gob3",
"v1.00",
- {
- {"intro.stk", 0, "16b014bf32dbd6ab4c5163c44f56fed1", 445104},
- {"musmac1.mid", 0, "948c546cad3a9de5bff3fe4107c82bf1", 6404},
- {0, 0, 0, 0}
- },
+ AD_ENTRY2s("intro.stk", "16b014bf32dbd6ab4c5163c44f56fed1", 445104,
+ "musmac1.mid", "948c546cad3a9de5bff3fe4107c82bf1", 6404),
DE_DEU,
kPlatformWindows,
ADGF_NO_FLAGS,
More information about the Scummvm-git-logs
mailing list