fix backwards

This commit is contained in:
Glenn Maynard
2005-07-14 04:14:24 +00:00
parent 812dd8b010
commit c9369fc984
+1 -1
View File
@@ -62,7 +62,7 @@ static void DeleteCurSteps( void* pThrowAway )
{
Song* pSong = GAMESTATE->m_pCurSong;
Steps* pStepsToDelete = GAMESTATE->m_pCurSteps[PLAYER_1];
bool bSaveSong = pStepsToDelete->WasLoadedFromProfile();
bool bSaveSong = !pStepsToDelete->WasLoadedFromProfile();
pSong->RemoveSteps( pStepsToDelete );
/* Only save to the main .SM file if the steps we're deleting were loaded