set style before going into edit

This commit is contained in:
Chris Danford
2005-02-28 20:15:31 +00:00
parent 9e0057b872
commit 26461a47d3
+2
View File
@@ -1119,7 +1119,9 @@ public:
{
case EDIT_MENU_ACTION_EDIT:
// Prepare prepare for ScreenEdit
ASSERT( pSong );
ASSERT( pSteps );
GAMESTATE->m_pCurStyle = GAMEMAN->GetEditorStyleForStepsType( st );
return "ScreenEdit";
break;
case EDIT_MENU_ACTION_DELETE: