have ScreenWithMenuElements play and stop music (instead of ScreenOptions and ScreenSelect)

Add StopMusicOnBack metric
This commit is contained in:
Chris Danford
2005-03-13 04:25:43 +00:00
parent cea5074135
commit e992442fe0
6 changed files with 23 additions and 35 deletions
+2 -2
View File
@@ -23,9 +23,9 @@ public:
virtual void Input( const DeviceInput& DeviceI, const InputEventType type, const GameInput &GameI, const MenuInput &MenuI, const StyleInput &StyleI );
virtual void HandleScreenMessage( const ScreenMessage SM );
virtual void HandleMessage( const CString &sMessage );
virtual void MenuBack( PlayerNumber pn );
virtual void MenuBack( PlayerNumber pn );
protected:
virtual int GetSelectionIndex( PlayerNumber pn ) = 0;
virtual void UpdateSelectableChoices() = 0; // derived screens must handle this