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,4 +1,4 @@
# Try out this examply by copying these metrics into your metrics.ini.
# Try out this example by copying these metrics into your metrics.ini.
# Some elements will require entries to be added to the language file. Read Examples/LanguageFile.ini for instructions on adding entries to a language file.
+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();