diff options
author | Robert Göffringmann | 2004-11-15 08:26:32 +0000 |
---|---|---|
committer | Robert Göffringmann | 2004-11-15 08:26:32 +0000 |
commit | 6b68feb3606fe66e69ce8aacfbe2a44937ac9820 (patch) | |
tree | 27d6bb2a209460a4bfec1766d6812ecbfd9da56a /sword1 | |
parent | 17f23ad3d5e8dcbbddf255bcea3664be349df19f (diff) | |
download | scummvm-rg350-6b68feb3606fe66e69ce8aacfbe2a44937ac9820.tar.gz scummvm-rg350-6b68feb3606fe66e69ce8aacfbe2a44937ac9820.tar.bz2 scummvm-rg350-6b68feb3606fe66e69ce8aacfbe2a44937ac9820.zip |
nothing...
svn-id: r15820
Diffstat (limited to 'sword1')
-rw-r--r-- | sword1/sound.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sword1/sound.cpp b/sword1/sound.cpp index 565ba9cc8f..7438a876d2 100644 --- a/sword1/sound.cpp +++ b/sword1/sound.cpp @@ -144,8 +144,6 @@ void Sound::quitScreen(void) { } void Sound::playSample(QueueElement *elem) { - //if (((elem->id == 11) || (elem->id == 12) || (elem->id == 224)) && SwordEngine::_systemVars.isDemo) - // return; uint8 *sampleData = (uint8*)_resMan->fetchRes(_fxList[elem->id].sampleId); for (uint16 cnt = 0; cnt < MAX_ROOMS_PER_FX; cnt++) { if (_fxList[elem->id].roomVolList[cnt].roomNo) { |