[ScreenHowToPlay] Allow themers to use either .ssc or .sm files.

(update comment on ScreenGameplaySyncMachine)
This commit is contained in:
AJ Kelly
2011-03-02 01:33:29 -06:00
parent 182bb0590c
commit 402000e6e0
3 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ void ScreenGameplaySyncMachine::Init()
AdjustSync::ResetOriginalSyncData();
RString sFile = THEME->GetPathO("ScreenGameplaySyncMachine","music");
// Allow themers to use .ssc and .sm files. -aj
// Allow themers to use either a .ssc or .sm file for this. -aj
if(sFile.Right(4) == ".ssc")
SSCLoader::LoadFromSSCFile( sFile, m_Song );
else