[Scummvm-cvs-logs] scummvm master -> 4adb1e7548d7bd808411d221d37791544d768f5e
sev-
sev at scummvm.org
Sun Mar 6 01:55:39 CET 2016
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
2c4bf8aebd WINTERMUTE: Remove ADGF_DEMO flag from non-demo carolreed4 entry
4adb1e7548 Merge pull request #693 from tobiatesan/cr4_demo
Commit: 2c4bf8aebd91c7b3fb1ce67b1675cf3e09e38332
https://github.com/scummvm/scummvm/commit/2c4bf8aebd91c7b3fb1ce67b1675cf3e09e38332
Author: Tobia Tesan (tobia.tesan at gmail.com)
Date: 2016-03-05T21:05:34+01:00
Commit Message:
WINTERMUTE: Remove ADGF_DEMO flag from non-demo carolreed4 entry
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 25a0176..ee02327 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -181,7 +181,7 @@ static const WMEGameDescription gameDescriptions[] = {
WME_ENTRY1s("data.dcp", "b3f8b09bb4b05ee3e9d14697525257f9", 59296246), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, LATEST_VERSION),
// Carol Reed 4 - East Side Story
WME_WINENTRY("carolreed4", "",
- WME_ENTRY1s("data.dcp", "b26377797f060afc2d440d820100c1ce", 529320536), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, LATEST_VERSION),
+ WME_ENTRY1s("data.dcp", "b26377797f060afc2d440d820100c1ce", 529320536), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
// Carol Reed 5 - The Colour of Murder
WME_WINENTRY("carolreed5", "",
WME_ENTRY1s("data.dcp", "3fcfca44209545d0e26774156427b494", 603660415), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
Commit: 4adb1e7548d7bd808411d221d37791544d768f5e
https://github.com/scummvm/scummvm/commit/4adb1e7548d7bd808411d221d37791544d768f5e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-06T01:55:37+01:00
Commit Message:
Merge pull request #693 from tobiatesan/cr4_demo
WINTERMUTE: Remove ADGF_DEMO flag from non-demo carolreed4 detection
Changed paths:
engines/wintermute/detection_tables.h
More information about the Scummvm-git-logs
mailing list