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:
@@ -35,7 +35,7 @@ PLRPlaySong (MUSIC_REF MusicRef, BOOLEAN Continuous, BYTE Priority)
|
|||||||
{
|
{
|
||||||
LockMutex (soundSource[MUSIC_SOURCE].stream_mutex);
|
LockMutex (soundSource[MUSIC_SOURCE].stream_mutex);
|
||||||
PlayStream ((*pmus), MUSIC_SOURCE, Continuous,
|
PlayStream ((*pmus), MUSIC_SOURCE, Continuous,
|
||||||
speechVolumeScale != 0.0f);
|
speechVolumeScale == 0.0f);
|
||||||
UnlockMutex (soundSource[MUSIC_SOURCE].stream_mutex);
|
UnlockMutex (soundSource[MUSIC_SOURCE].stream_mutex);
|
||||||
|
|
||||||
curMusicRef = MusicRef;
|
curMusicRef = MusicRef;
|
||||||
|
|||||||
Reference in New Issue
Block a user