fix Save/Revert prompt when playing a course

This commit is contained in:
Chris Danford
2003-08-23 18:33:49 +00:00
parent 8955c0cdfc
commit 1e718a80a5
7 changed files with 23 additions and 43 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ void ScreenEditMenu::MenuRight( PlayerNumber pn, const InputEventType type )
// helpers for MenuStart() below
void DeleteCurNotes()
void DeleteCurNotes( void* pThrowAway )
{
Song* pSong = GAMESTATE->m_pCurSong;
Steps* pNotesToDelete = GAMESTATE->m_pCurNotes[PLAYER_1];