[ScreenEditMenu] Don't hardcode stopping the music on pressing the back button. This interferes with the StopMusicOnBack metric.

This commit is contained in:
AJ Kelly
2012-03-27 22:34:48 -05:00
parent 74c07d8c91
commit dab1bd6ef0
2 changed files with 5 additions and 2 deletions
-2
View File
@@ -325,8 +325,6 @@ void ScreenEditMenu::MenuStart( const InputEventPlus &input )
void ScreenEditMenu::MenuBack( const InputEventPlus &input )
{
Cancel( SM_GoToPrevScreen );
SOUND->StopMusic();
}
void ScreenEditMenu::RefreshExplanationText()