use SetCurrentStyle

This commit is contained in:
Glenn Maynard
2006-09-30 22:22:26 +00:00
parent fcffe3c80f
commit 0b45f5dd0a
14 changed files with 18 additions and 18 deletions
@@ -285,7 +285,7 @@ void ScreenOptionsEditCourseEntry::HandleScreenMessage( const ScreenMessage SM )
// Set up for ScreenEdit
const Style *pStyle = GAMEMAN->GetEditorStyleForStepsType(pSteps->m_StepsType);
GAMESTATE->m_pCurStyle.Set( pStyle );
GAMESTATE->SetCurrentStyle( pStyle );
GAMESTATE->m_pCurSong.Set( pSong );
GAMESTATE->m_pCurSteps[PLAYER_1].Set( pSteps );
break;