efa81bc: don't filter NoteSkins at a PrefsManager/NoteSkinManager level. Leave the NoteSkin sorting and filtering up to the theme. [Chris Danford]
ScreenWithMenuElements.cpp - add Cancel command, so actors can react to Cancel. GameState.cpp - cleanup
This commit is contained in:
@@ -313,6 +313,8 @@ void ScreenWithMenuElements::Cancel( ScreenMessage smSendWhenDone )
|
||||
return;
|
||||
}
|
||||
|
||||
this->PlayCommand( "Cancel" );
|
||||
|
||||
if( m_Cancel.IsTransitioning() )
|
||||
return; // ignore
|
||||
|
||||
|
||||
Reference in New Issue
Block a user