aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
diff options
context:
space:
mode:
authorScott Thomas2011-06-01 23:20:12 +0930
committerScott Thomas2011-06-01 23:20:12 +0930
commitdfb682288699e84321c14cc5d52cbd3fdaeba40c (patch)
treea898a71d791fbafdb01e5818972b199b8f4349be /engines/groovie
parent5bb4ef13c518ac090036b57b8e6c7eea468768bd (diff)
downloadscummvm-rg350-dfb682288699e84321c14cc5d52cbd3fdaeba40c.tar.gz
scummvm-rg350-dfb682288699e84321c14cc5d52cbd3fdaeba40c.tar.bz2
scummvm-rg350-dfb682288699e84321c14cc5d52cbd3fdaeba40c.zip
GROOVIE: Detect iOS platform based on binary existence
Change to choice of music file encoding means the gu16.m4a may not exist
Diffstat (limited to 'engines/groovie')
-rw-r--r--engines/groovie/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index 87ad534c96..0dd510abca 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -116,7 +116,7 @@ static const GroovieGameDescription gameDescriptions[] = {
"t7g", "",
{
{ "script.grv", 0, "d1b8033b40aa67c076039881eccce90d", 16659},
- { "gu16.m4a", 0, NULL, 2051214 },
+ { "SeventhGuest", 0, NULL, -1},
{ NULL, 0, NULL, 0}
},
Common::EN_ANY, Common::kPlatformIOS, ADGF_NO_FLAGS,