[notesloader] More virtuals.

This commit is contained in:
Jason Felds
2011-06-09 21:27:47 -04:00
parent 68fd21fdc8
commit 1e296ed0bf
11 changed files with 26 additions and 19 deletions
+2 -2
View File
@@ -138,9 +138,9 @@ void ScreenHowToPlay::Init()
SSCLoader loaderSSC;
SMLoader loaderSM;
if( sStepsPath.Right(4) == ".ssc" )
loaderSSC.LoadFromSSCFile( sStepsPath, m_Song, false );
loaderSSC.LoadFromSimfile( sStepsPath, m_Song, false );
else
loaderSM.LoadFromSMFile( sStepsPath, m_Song, false );
loaderSM.LoadFromSimfile( sStepsPath, m_Song, false );
m_Song.AddAutoGenNotes();
const Style* pStyle = GAMESTATE->GetCurrentStyle();