From 69b5f1ae61753866dd22a4e5f85aa98659f790b9 Mon Sep 17 00:00:00 2001 From: Kyzentun Date: Sat, 19 Jul 2014 16:05:16 -0600 Subject: [PATCH] Fixed two typos. --- .../Examples/Example_Screens/ScreenOptionsExample.ini | 2 +- src/GameSoundManager.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/Themerdocs/Examples/Example_Screens/ScreenOptionsExample.ini b/Docs/Themerdocs/Examples/Example_Screens/ScreenOptionsExample.ini index 39e4a0032e..b29f2ac45c 100644 --- a/Docs/Themerdocs/Examples/Example_Screens/ScreenOptionsExample.ini +++ b/Docs/Themerdocs/Examples/Example_Screens/ScreenOptionsExample.ini @@ -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. diff --git a/src/GameSoundManager.cpp b/src/GameSoundManager.cpp index d577b8884d..ba41c56da2 100644 --- a/src/GameSoundManager.cpp +++ b/src/GameSoundManager.cpp @@ -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();