diff options
author | Filippos Karapetis | 2010-07-22 22:13:28 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-07-22 22:13:28 +0000 |
commit | 1f60595cdcbc99c9e0ca55d7907bb853690df510 (patch) | |
tree | b1a07151586765cfabae03ec67bf23e3fc41c201 /engines/sci/sound | |
parent | 53893341fb150378f332e9150dc3c5a678e6d6f7 (diff) | |
download | scummvm-rg350-1f60595cdcbc99c9e0ca55d7907bb853690df510.tar.gz scummvm-rg350-1f60595cdcbc99c9e0ca55d7907bb853690df510.tar.bz2 scummvm-rg350-1f60595cdcbc99c9e0ca55d7907bb853690df510.zip |
SCI: Cleanup leftovers from the FreeSCI sound code
svn-id: r51178
Diffstat (limited to 'engines/sci/sound')
-rw-r--r-- | engines/sci/sound/soundcmd.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/sci/sound/soundcmd.cpp b/engines/sci/sound/soundcmd.cpp index 8fa60e357b..495cf4b9dd 100644 --- a/engines/sci/sound/soundcmd.cpp +++ b/engines/sci/sound/soundcmd.cpp @@ -33,9 +33,6 @@ namespace Sci { -#define SCI1_SOUND_FLAG_MAY_PAUSE 1 /* Only here for completeness; The interpreter doesn't touch this bit */ -#define SCI1_SOUND_FLAG_SCRIPTED_PRI 2 /* but does touch this */ - SoundCommandParser::SoundCommandParser(ResourceManager *resMan, SegManager *segMan, Kernel *kernel, AudioPlayer *audio, SciVersion soundVersion) : _resMan(resMan), _segMan(segMan), _kernel(kernel), _audio(audio), _soundVersion(soundVersion) { |