diff options
author | Scott Thomas | 2011-06-01 23:20:12 +0930 |
---|---|---|
committer | Scott Thomas | 2011-06-01 23:20:12 +0930 |
commit | dfb682288699e84321c14cc5d52cbd3fdaeba40c (patch) | |
tree | a898a71d791fbafdb01e5818972b199b8f4349be | |
parent | 5bb4ef13c518ac090036b57b8e6c7eea468768bd (diff) | |
download | scummvm-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
-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 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, |