[Scummvm-cvs-logs] scummvm master -> 6434258722020972198bbb063a032b29e309d132
somaen
einarjohants at gmail.com
Mon Apr 22 16:25:24 CEST 2013
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:
6434258722 WINTERMUTE: Mark Chivalry as ADGF_TESTING.
Commit: 6434258722020972198bbb063a032b29e309d132
https://github.com/scummvm/scummvm/commit/6434258722020972198bbb063a032b29e309d132
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2013-04-22T07:24:26-07:00
Commit Message:
WINTERMUTE: Mark Chivalry as ADGF_TESTING.
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index b5dbfc1..00ec51a 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -162,7 +162,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("data.dcp", "ebd0915d9a12df5224be22f53bb23eb6", 7278306),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO0()
},
// Chivalry is Not Dead (Version from deirdrakai.com)
@@ -172,7 +172,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("data.dcp", "ae6d91b9517f4d2851a8ad94c96951c8", 7278302),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO0()
},
// Dead City (English)
More information about the Scummvm-git-logs
mailing list