This commit is contained in:
Glenn Maynard
2005-09-03 02:08:27 +00:00
parent d58af5dc99
commit 0022bc3338
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ void ScreenHowToPlay::Init()
if( USEPLAYER )
{
SMLoader smfile;
smfile.LoadFromSMFile( THEME->GetPathToO(STEPFILE), m_Song, false );
smfile.LoadFromSMFile( THEME->GetPathO("", STEPFILE), m_Song, false );
m_Song.AddAutoGenNotes();
const Style* pStyle = GAMESTATE->GetCurrentStyle();