aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2009-03-14 10:55:52 +0000
committerEugene Sandulenko2009-03-14 10:55:52 +0000
commit57b983604b505730bb67c3b572d8116bcae5d7a1 (patch)
tree81152b4b1374f7bbfa4cce4a5dd1940f84078d6f /engines
parentad58bca65a3b7b7e55191bc696f40538877f19c1 (diff)
downloadscummvm-rg350-57b983604b505730bb67c3b572d8116bcae5d7a1.tar.gz
scummvm-rg350-57b983604b505730bb67c3b572d8116bcae5d7a1.tar.bz2
scummvm-rg350-57b983604b505730bb67c3b572d8116bcae5d7a1.zip
Avoid polluting of global gameid namespace and restore compatibility with
0.13.0 svn-id: r39387
Diffstat (limited to 'engines')
-rw-r--r--engines/groovie/detection.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index 99910f43db..cba51b1976 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -112,7 +112,7 @@ static const GroovieGameDescription gameDescriptions[] = {
// The Making of The 11th Hour DOS English
{
{
- "making11h", "",
+ "making11h", "Making Of",
AD_ENTRY1s("disk.1", "5c0428cd3659fc7bbcd0aa16485ed5da", 227),
Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS
},
@@ -122,7 +122,7 @@ static const GroovieGameDescription gameDescriptions[] = {
// Clandestiny Trailer DOS English
{
{
- "clantrailer", "",
+ "clantrailer", "Clandestiny Trailer",
AD_ENTRY1s("disk.1", "5c0428cd3659fc7bbcd0aa16485ed5da", 227),
Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS
},
@@ -175,11 +175,11 @@ static const ADParams detectionParams = {
// Structure for autoupgrading obsolete targets
0,
// Name of single gameid (optional)
- 0,
+ "groovie",
// List of files for file-based fallback detection (optional)
0,
// Flags
- 0
+ kADFlagUseExtraAsHint
};