add EDIT_MODE_PRACTICE

This commit is contained in:
Chris Danford
2005-04-14 06:34:17 +00:00
parent 767a8b9296
commit 976e497de7
13 changed files with 287 additions and 283 deletions
+1 -1
View File
@@ -485,7 +485,7 @@ void NoteField::DrawPrimitives()
//
// BGChange text
//
if( !HOME_EDIT_MODE )
if( EDIT_MODE == EDIT_MODE_FULL )
{
vector<BackgroundChange> &aBackgroundChanges = GAMESTATE->m_pCurSong->m_BackgroundChanges;
for( unsigned i=0; i<aBackgroundChanges.size(); i++ )