[Scummvm-git-logs] scummvm master -> 9af37fedaef91ce6e454cd32c24bb1c2f24b89d2
bluegr
noreply at scummvm.org
Wed Oct 25 19:26:44 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:
9af37fedae GOB: Move Lost in Time non-interactive Demo to Demos
Commit: 9af37fedaef91ce6e454cd32c24bb1c2f24b89d2
https://github.com/scummvm/scummvm/commit/9af37fedaef91ce6e454cd32c24bb1c2f24b89d2
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-10-25T22:26:41+03:00
Commit Message:
GOB: Move Lost in Time non-interactive Demo to Demos
Changed paths:
engines/gob/detection/tables_lit.h
diff --git a/engines/gob/detection/tables_lit.h b/engines/gob/detection/tables_lit.h
index d0d366f177c..09e98b9e143 100644
--- a/engines/gob/detection/tables_lit.h
+++ b/engines/gob/detection/tables_lit.h
@@ -450,36 +450,35 @@
kFeaturesAdLib,
"demo.stk", "demo.tot", 0
},
-
-// -- Pirated! Do not re-add nor un-tag! --
-
{
{
"lit",
- "",
- AD_ENTRY1s("intro.stk", "3712e7527ba8ce5637d2aadf62783005", 72318),
- FR_FRA,
+ "Non-interactive Demo",
+ AD_ENTRY1s("demo.stk", "895359c918a145adc048f779b3cdacc3", 645068),
+ UNK_LANG,
kPlatformDOS,
- ADGF_PIRATED,
+ ADGF_DEMO,
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
},
kGameTypeLostInTime,
kFeaturesAdLib,
- 0, 0, 0
+ "demo.stk", "demo.tot", 0
},
+// -- Pirated! Do not re-add nor un-tag! --
+
{
{
"lit",
- "Non-interactive Demo",
- AD_ENTRY1s("demo.stk", "895359c918a145adc048f779b3cdacc3", 645068),
- UNK_LANG,
+ "",
+ AD_ENTRY1s("intro.stk", "3712e7527ba8ce5637d2aadf62783005", 72318),
+ FR_FRA,
kPlatformDOS,
- ADGF_DEMO,
+ ADGF_PIRATED,
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
},
kGameTypeLostInTime,
kFeaturesAdLib,
- "demo.stk", "demo.tot", 0
+ 0, 0, 0
},
#endif // GOB_DETECTION_TABLES_LIT_H
More information about the Scummvm-git-logs
mailing list