[Scummvm-git-logs] scummvm master -> 81a07b4a354dfa4482eb3ad447f5dc3997951bca
sev-
sev at scummvm.org
Sat Nov 28 16:55:15 UTC 2020
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:
81a07b4a35 GOB: More macro usage in detection tables
Commit: 81a07b4a354dfa4482eb3ad447f5dc3997951bca
https://github.com/scummvm/scummvm/commit/81a07b4a354dfa4482eb3ad447f5dc3997951bca
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-11-28T17:55:04+01:00
Commit Message:
GOB: More macro usage in detection tables
Changed paths:
engines/gob/detection/tables_ween.h
diff --git a/engines/gob/detection/tables_ween.h b/engines/gob/detection/tables_ween.h
index 124c815dfb..c53da05305 100644
--- a/engines/gob/detection/tables_ween.h
+++ b/engines/gob/detection/tables_ween.h
@@ -118,11 +118,8 @@
{
"ween",
"",
- {
- {"intro.stk", 0, "bfd9d02faf3d8d60a2cf744f95eb48dd", 456570},
- {"ween.ins", 0, "d2cb24292c9ddafcad07e23382027218", 87800},
- {0, 0, 0, 0}
- },
+ AD_ENTRY2s("intro.stk", "bfd9d02faf3d8d60a2cf744f95eb48dd", 456570,
+ "ween.ins", "d2cb24292c9ddafcad07e23382027218", 87800),
EN_GRB,
kPlatformAmiga,
ADGF_NO_FLAGS,
@@ -178,11 +175,8 @@
{
"ween",
"",
- {
- {"intro.stk", 0, "dffd1ab98fe76150d6933329ca6f4cc4", 459458},
- {"ween.ins", 0, "d2cb24292c9ddafcad07e23382027218", 87800},
- {0, 0, 0, 0}
- },
+ AD_ENTRY2s("intro.stk", "dffd1ab98fe76150d6933329ca6f4cc4", 459458,
+ "ween.ins", "d2cb24292c9ddafcad07e23382027218", 87800),
IT_ITA,
kPlatformAmiga,
ADGF_NO_FLAGS,
@@ -199,11 +193,8 @@
{
"ween",
"",
- {
- {"intro.stk", 0, "bfd9d02faf3d8d60a2cf744f95eb48dd", 456570},
- {"music__5.snd", 0, "7d1819b9981ecddd53d3aacbc75f1cc8", 13446},
- {0, 0, 0, 0}
- },
+ AD_ENTRY2s("intro.stk", "bfd9d02faf3d8d60a2cf744f95eb48dd", 456570,
+ "music__5.snd", "7d1819b9981ecddd53d3aacbc75f1cc8", 13446),
EN_GRB,
kPlatformAtariST,
ADGF_NO_FLAGS,
More information about the Scummvm-git-logs
mailing list