[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
+5
View File
@@ -9,6 +9,11 @@ ________________________________________________________________________________
StepMania 5.0 alpha 2 | 201203??
--------------------------------------------------------------------------------
2012/03/27
----------
* [ScreenEditMenu] Don't hardcode stopping the music on pressing the back button.
This interferes with the StopMusicOnBack metric. [AJ]
2012/03/20
----------
* [Background] Fix 3D noteskins and dancing characters from clashing with each other. [shakesoda, AJ]
-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()