make start sound overridable

This commit is contained in:
Chris Danford
2004-12-04 21:16:00 +00:00
parent dbc256198a
commit 457f92f06a
2 changed files with 4 additions and 11 deletions
+1 -9
View File
@@ -71,6 +71,7 @@ protected:
RageSound m_soundChange;
RandomSample m_soundDifficult;
RageSound m_soundStart;
int m_iChoice[NUM_PLAYERS];
bool m_bChosen[NUM_PLAYERS];
@@ -78,15 +79,6 @@ protected:
float m_fLockInputSecs;
};
//
// Aliases
//
class ScreenSelectStyle5th : public ScreenSelectMaster
{
public:
ScreenSelectStyle5th( CString sName ): ScreenSelectMaster( sName ) { }
};
#endif