Fixed two typos.

This commit is contained in:
Kyzentun
2014-07-19 16:05:16 -06:00
parent 4c97ff64a0
commit 69b5f1ae61
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();