make start sound overridable
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user