diff options
author | Travis Howell | 2005-11-23 01:31:51 +0000 |
---|---|---|
committer | Travis Howell | 2005-11-23 01:31:51 +0000 |
commit | d7351092a9fa50e6ba9e88947ed2dc6e1b0da0ff (patch) | |
tree | 467585f2e2d1e4385206ef024051f2a40ea7f042 | |
parent | da68ca89a316485c63535ba06012d03225da67f3 (diff) | |
download | scummvm-rg350-d7351092a9fa50e6ba9e88947ed2dc6e1b0da0ff.tar.gz scummvm-rg350-d7351092a9fa50e6ba9e88947ed2dc6e1b0da0ff.tar.bz2 scummvm-rg350-d7351092a9fa50e6ba9e88947ed2dc6e1b0da0ff.zip |
Update check.
svn-id: r19699
-rw-r--r-- | simon/simon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 319fc4b912..f70f319c89 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -4147,7 +4147,7 @@ void SimonEngine::loadMusic (uint music) { char buf[4]; if (getPlatform() == Common::kPlatformAmiga) { - if (!(getFeatures() & GF_TALKIE)) { + if (getFeatures() & GF_CRUNCHED) { // TODO Add support for decruncher debug(5,"loadMusic - Decrunch %dtune attempt", music); } |