Fixed two typos.

This commit is contained in:
Kyzentun
2014-08-02 00:38:33 -07:00
committed by Jonathan Payne
parent adfc259b71
commit 5828b2529b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -728,7 +728,7 @@ void GameSoundManager::PlayMusic( PlayMusicParams params, PlayMusicParams Fallba
ToPlay.fFadeInLengthSeconds = params.fFadeInLengthSeconds;
ToPlay.fFadeOutLengthSeconds = params.fFadeOutLengthSeconds;
ToPlay.bAlignBeat = params.bAlignBeat;
x ToPlay.bApplyMusicRate = params.bApplyMusicRate;
ToPlay.bApplyMusicRate = params.bApplyMusicRate;
/* Add the MusicToPlay to the g_MusicsToPlay queue. */
g_Mutex->Lock();