[ScreenEditMenu] Don't hardcode stopping the music on pressing the back button. This interferes with the StopMusicOnBack metric.
This commit is contained in:
@@ -325,8 +325,6 @@ void ScreenEditMenu::MenuStart( const InputEventPlus &input )
|
||||
void ScreenEditMenu::MenuBack( const InputEventPlus &input )
|
||||
{
|
||||
Cancel( SM_GoToPrevScreen );
|
||||
|
||||
SOUND->StopMusic();
|
||||
}
|
||||
|
||||
void ScreenEditMenu::RefreshExplanationText()
|
||||
|
||||
Reference in New Issue
Block a user