[Scummvm-git-logs] scummvm master -> 6d73dd6fe40718b38571a5f2196a262c83e5e39e
aquadran
noreply at scummvm.org
Sat Jul 9 08:55:04 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:
6d73dd6fe4 WINTERMUTE: Added missing demo flag for 'shadow of nebula' entry
Commit: 6d73dd6fe40718b38571a5f2196a262c83e5e39e
https://github.com/scummvm/scummvm/commit/6d73dd6fe40718b38571a5f2196a262c83e5e39e
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-07-09T10:54:59+02:00
Commit Message:
WINTERMUTE: Added missing demo flag for 'shadow of nebula' entry
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 5cf8820f037..7b7ac16514a 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -4163,7 +4163,7 @@ static const WMEGameDescription gameDescriptions[] = {
// Shadow of Nebula (Demo) (English)
WME_WINENTRY("shadowofnebula", "",
- WME_ENTRY1s("data.dcp", "f16f8a354bd90cb233dafc6b1a318f26", 913267667), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
+ WME_ENTRY1s("data.dcp", "f16f8a354bd90cb233dafc6b1a318f26", 913267667), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_3),
// Shadows on the Vatican - Act I: Greed (Legacy Version) (Steam, Jul 2014) (German)
WME_WINENTRY("sotv1", "Legacy Version/Steam",
More information about the Scummvm-git-logs
mailing list