[Scummvm-git-logs] scummvm master -> dfa84ead4f074e9412dea175d4ab4da03b7fbac6
aquadran
aquadran at gmail.com
Tue Aug 18 06:23:46 UTC 2020
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:
dfa84ead4f WINTERMUTE: Set Sunrise detection entry with demo flag
Commit: dfa84ead4f074e9412dea175d4ab4da03b7fbac6
https://github.com/scummvm/scummvm/commit/dfa84ead4f074e9412dea175d4ab4da03b7fbac6
Author: PaweÅ KoÅodziejski (aquadran at users.sourceforge.net)
Date: 2020-08-18T08:23:37+02:00
Commit Message:
WINTERMUTE: Set Sunrise detection entry with demo flag
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 4b9ba0e5ac..b3747744ca 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -4875,7 +4875,7 @@ static const WMEGameDescription gameDescriptions[] = {
// Sunrise: The game (Demo) (German)
// NOTE: This is a 2.5D game that is out of ScummVM scope
WME_WINENTRY("sunrise", "",
- WME_ENTRY1s("data.dcp", "3bac4da87472d2e7676e9548970d521a", 52095549), Common::DE_DEU, ADGF_UNSTABLE | GF_3D, WME_1_7_93),
+ WME_ENTRY1s("data.dcp", "3bac4da87472d2e7676e9548970d521a", 52095549), Common::DE_DEU, ADGF_UNSTABLE | ADGF_DEMO | GF_3D, WME_1_7_93),
// Tanya Grotter and the Magical Double Bass
WME_WINENTRY("tanya1", "",
More information about the Scummvm-git-logs
mailing list