no cscope with -T 0 trivial bugfix

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@584 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2003-01-26 17:14:05 +00:00
parent af663e75c0
commit 3ac91e2076
+1 -1
View File
@@ -35,7 +35,7 @@ PLRPlaySong (MUSIC_REF MusicRef, BOOLEAN Continuous, BYTE Priority)
{
LockMutex (soundSource[MUSIC_SOURCE].stream_mutex);
PlayStream ((*pmus), MUSIC_SOURCE, Continuous,
speechVolumeScale != 0.0f);
speechVolumeScale == 0.0f);
UnlockMutex (soundSource[MUSIC_SOURCE].stream_mutex);
curMusicRef = MusicRef;