[Scummvm-git-logs] scummvm master -> 540c113f64208bd4e5b31f3e560ad0231c6d7caf
aquadran
noreply at scummvm.org
Tue Jul 12 06:08:13 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:
540c113f64 WINTERMUTE: Added 'Nose Bound: Episode 1' demo
Commit: 540c113f64208bd4e5b31f3e560ad0231c6d7caf
https://github.com/scummvm/scummvm/commit/540c113f64208bd4e5b31f3e560ad0231c6d7caf
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-07-12T08:08:06+02:00
Commit Message:
WINTERMUTE: Added 'Nose Bound: Episode 1' demo
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 5a8a5004599..a2df931a263 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -119,6 +119,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"mythguff", "Myth: A Guff's Tale"},
{"nightinthefog", "Night in the Fog"},
{"nighttrain", "Night Train"},
+ {"nosebound1", "Nose Bound: Episode 1"},
{"oknytt", "Oknytt"},
{"one", "One"},
{"onehelluvaday", "One Helluva Day"},
@@ -1768,6 +1769,10 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("nighttrain", "Demo",
WME_ENTRY1s("data.dcp", "c4c29461bb070735e564ef6612ea371a", 124495883), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_1),
+ // Nose Bound: Episode 1 (Demo) (multi-language)
+ WME_WINENTRY("nosebound1", "Demo",
+ WME_ENTRY1s("data.dcp", "280f2e063385e2ed4c17b43991666e93", 379558560), Common::UNK_LANG, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_3),
+
// Oknytt
WME_WINENTRY("oknytt", "Version 1.0",
WME_ENTRY1s("data.dcp", "6456cf8f429905c83f07509f9da536dd", 109502959), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
More information about the Scummvm-git-logs
mailing list