aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
authorJames Brown2002-10-28 12:56:42 +0000
committerJames Brown2002-10-28 12:56:42 +0000
commit63ee97b1ee6af5db94603b4971329c8f34346f39 (patch)
tree166de04aed932a3e7000d39db86aea782e27a12c /sound/mixer.h
parent0e0701ade40f3e61a4e4d7a2bc2db4f62e709819 (diff)
downloadscummvm-rg350-63ee97b1ee6af5db94603b4971329c8f34346f39.tar.gz
scummvm-rg350-63ee97b1ee6af5db94603b4971329c8f34346f39.tar.bz2
scummvm-rg350-63ee97b1ee6af5db94603b4971329c8f34346f39.zip
Fix using MAD -without- Vorbis, and remove COMPRESSED_SOUND_FILE define.
Please keep in mind that if you put an 'else' statement in an if clause, keep in mind that if the code it's supposed to 'else' is in another define.... and that isn't set... the NEXT statement of code will be used as the 'if..else' condition. svn-id: r5344
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index be763c2228..14897b5834 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -52,9 +52,7 @@ private:
}
virtual void realDestroy() = 0;
virtual void append(void *sound, uint32 size);
-#ifdef COMPRESSED_SOUND_FILE
virtual bool soundFinished();
-#endif
};
class ChannelRaw : public Channel {