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
-4
View File
@@ -11,10 +11,8 @@ public:
ScreenOptionsMaster( CString sName );
virtual void Init();
virtual ~ScreenOptionsMaster();
void Update( float fDelta );
protected:
int m_iChangeMask;
CString m_sNextScreen;
@@ -31,8 +29,6 @@ protected:
virtual void GoToPrevScreen();
virtual void RefreshIcons( int row, PlayerNumber pn );
ThemeMetric<bool> PLAY_MUSIC;
};
#endif