From 7925121c3c455fe8b88a4d42cd0600ec0047785a Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 11 Jun 2001 19:34:06 +0000 Subject: [PATCH] --- source/sound/sound.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/sound/sound.cpp b/source/sound/sound.cpp index bddfd0202..8bceb2531 100644 --- a/source/sound/sound.cpp +++ b/source/sound/sound.cpp @@ -293,7 +293,6 @@ void CSoundMediator::initialise() s_targetVolume[i]=INITIAL_VOLUME; s_volumeDirty[i]=true; } -s_targetVolume[VOL_SONG]=32; ASSERT(CXAStream::MIN_VOLUME==0); // Just incase someone decides to change any of these.. things in here will break ( PKG ) ASSERT(CXAStream::MAX_VOLUME==32767);