[Scummvm-git-logs] scummvm master -> 1e0c55145cf00748dee73b316225793b7c82a5a0
aquadran
noreply at scummvm.org
Mon Jul 11 19:32:32 UTC 2022
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:
1e0c55145c WINTERMUTE: Added 'Night in the Fog' demo
Commit: 1e0c55145cf00748dee73b316225793b7c82a5a0
https://github.com/scummvm/scummvm/commit/1e0c55145cf00748dee73b316225793b7c82a5a0
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-07-11T21:32:26+02:00
Commit Message:
WINTERMUTE: Added 'Night in the Fog' demo
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index adab340a953..67c9ba15c53 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -114,6 +114,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"mukhtar", "Mukhtar and his Team"},
{"mystictriddle", "Mystic Triddle"},
{"mythguff", "Myth: A Guff's Tale"},
+ {"nightinthefog", "Night in the Fog"},
{"nighttrain", "Night Train"},
{"oknytt", "Oknytt"},
{"one", "One"},
@@ -1732,6 +1733,10 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("mythguff", "",
WME_ENTRY1s("data.dcp", "ef53dddd2264a7d5b13f3d71da5261e4", 675663078), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
+ // Night in the Fog (Demo, 0.4.0212a)
+ WME_WINENTRY("nightinthefog", "Demo 0.4.0212a",
+ WME_ENTRY1s("game.exe", "73c88cb17e380ff72c2f1d156b4545e9", 128294595), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_1),
+
// Night Train Demo
WME_WINENTRY("nighttrain", "Demo",
WME_ENTRY1s("data.dcp", "5a027ef84b083a730c9a4c85ec1d3a32", 131760816), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_1),
More information about the Scummvm-git-logs
mailing list