[Scummvm-git-logs] scummvm master -> a1f1a4e46cd589c98909023f2241b11b1b48657e
Die4Ever
noreply at scummvm.org
Tue Feb 15 16:15:20 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:
a1f1a4e46c GROOVIE: add detection for Clan non-interactive demo
Commit: a1f1a4e46cd589c98909023f2241b11b1b48657e
https://github.com/scummvm/scummvm/commit/a1f1a4e46cd589c98909023f2241b11b1b48657e
Author: Die4Ever (die4ever2005 at gmail.com)
Date: 2022-02-15T10:15:03-06:00
Commit Message:
GROOVIE: add detection for Clan non-interactive demo
Changed paths:
engines/groovie/detection.cpp
diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index 1c1ebd3866b..ae53ac7a76b 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -301,6 +301,18 @@ static const GroovieGameDescription gameDescriptions[] = {
kGroovieCDY
},
+ // Clandestiny PC Trailer English https://downloads.scummvm.org/frs/demos/groovie/clandestiny-dos-ni-demo-en.zip
+ {
+ {
+ "clandestiny", "Trailer",
+ AD_ENTRY2s("trailer.grv", "a7c8bdc4e8bff621f4f50928a95eaaba", 6,
+ "zclan.gjd", "4a7258166916fcc0d217c8f21fa3cc79", 20454932),
+ Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_TESTING,
+ GUIO3(GUIO_NOMIDI, GUIO_NOLAUNCHLOAD, GUIO_NOASPECT)
+ },
+ kGroovieCDY
+ },
+
// Clandestiny PC English
{
{
More information about the Scummvm-git-logs
mailing list