SetLoadedFromProfile when the Steps are created, not when they are saved

This commit is contained in:
Chris Danford
2005-12-06 23:44:01 +00:00
parent 9c8caf4c72
commit 66c5a45117
13 changed files with 202 additions and 186 deletions
+3 -3
View File
@@ -596,10 +596,10 @@ void NoteField::DrawPrimitives()
//
switch( GAMESTATE->m_EditMode )
{
case EDIT_MODE_HOME:
case EDIT_MODE_PRACTICE:
case EditMode_Home:
case EditMode_Practice:
break;
case EDIT_MODE_FULL:
case EditMode_Full:
{
vector<BackgroundChange>::iterator iter[NUM_BackgroundLayer];
FOREACH_BackgroundLayer( i )