diff options
author | Jordi Vilalta Prat | 2009-03-12 14:40:27 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2009-03-12 14:40:27 +0000 |
commit | 3a5a82245667426e52e8a24d0354c07f5cffbde7 (patch) | |
tree | fc0eb23bcab81cd5c8d783f22e6bbb3c2b019805 /engines/groovie | |
parent | 98af715fcdb87b76b80e7dc6a30cae8ab13caec2 (diff) | |
download | scummvm-rg350-3a5a82245667426e52e8a24d0354c07f5cffbde7.tar.gz scummvm-rg350-3a5a82245667426e52e8a24d0354c07f5cffbde7.tar.bz2 scummvm-rg350-3a5a82245667426e52e8a24d0354c07f5cffbde7.zip |
Groovie: We need to save gameids to distinguish different entries detected from the same game files
svn-id: r39358
Diffstat (limited to 'engines/groovie')
-rw-r--r-- | engines/groovie/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp index 5d5cd89c8b..99910f43db 100644 --- a/engines/groovie/detection.cpp +++ b/engines/groovie/detection.cpp @@ -175,7 +175,7 @@ static const ADParams detectionParams = { // Structure for autoupgrading obsolete targets 0, // Name of single gameid (optional) - "groovie", + 0, // List of files for file-based fallback detection (optional) 0, // Flags |