Don't create a loader.

This commit is contained in:
Steve Checkoway
2007-02-14 10:09:05 +00:00
parent 6c8ddaec73
commit 1b2c9da350
5 changed files with 7 additions and 11 deletions
+1 -2
View File
@@ -132,8 +132,7 @@ void ScreenHowToPlay::Init()
if( USEPLAYER )
{
SMLoader smfile;
smfile.LoadFromSMFile( THEME->GetPathO(m_sName, "steps"), m_Song, false );
SMLoader::LoadFromSMFile( THEME->GetPathO(m_sName, "steps"), m_Song, false );
m_Song.AddAutoGenNotes();
const Style* pStyle = GAMESTATE->GetCurrentStyle();