aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1/sound.cpp')
-rw-r--r--engines/sword1/sound.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sword1/sound.cpp b/engines/sword1/sound.cpp
index 6c255cb4ce..35130c89c1 100644
--- a/engines/sword1/sound.cpp
+++ b/engines/sword1/sound.cpp
@@ -69,10 +69,6 @@ int Sound::addToQueue(int32 fxNo) {
warning("Sound queue overflow");
return 0;
}
- if ((fxNo == 168) && (SwordEngine::_systemVars.isDemo)) {
- // this sound doesn't exist in demo
- return 0;
- }
_resMan->resOpen(_fxList[fxNo].sampleId);
_fxQueue[_endOfQueue].id = fxNo;
if (_fxList[fxNo].type == FX_SPOT)