VC6 cleanup. Remove .GetValue() "fixes" by overloading binary operators.

This commit is contained in:
Charles Lohr
2005-03-14 20:26:50 +00:00
parent 81290aa995
commit b36f6a6f04
7 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ void DeleteCurSteps( void* pThrowAway )
Song* pSong = GAMESTATE->m_pCurSong;
Steps* pStepsToDelete = GAMESTATE->m_pCurSteps[PLAYER_1];
pSong->RemoveSteps( pStepsToDelete );
if( !HOME_EDIT_MODE.GetValue() )
if( !HOME_EDIT_MODE )
{
pSong->Save();
SCREENMAN->ZeroNextUpdate();