This commit is contained in:
Paul 2001-06-11 19:34:06 +00:00
parent f53a8ac365
commit 7925121c3c

View File

@ -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);