From b527d4226a571e48360862b1aa6df54b3b0db97e Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 20 Aug 2006 23:51:21 +0000 Subject: [PATCH] Not true. Song only allocates the Steps in Autogen. --- stepmania/src/ScreenEditMenu.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/ScreenEditMenu.cpp b/stepmania/src/ScreenEditMenu.cpp index c064f8b8e9..b50c7e0e53 100644 --- a/stepmania/src/ScreenEditMenu.cpp +++ b/stepmania/src/ScreenEditMenu.cpp @@ -231,8 +231,6 @@ void ScreenEditMenu::MenuStart( PlayerNumber pn ) case EditMenuAction_Create: ASSERT( !pSteps ); { - // Yuck. Doing the memory allocation doesn't seem right since - // Song allocates all of the other Steps. pSteps = new Steps; switch( m_Selector.EDIT_MODE )