Round 2-2 of this.
This commit is contained in:
@@ -19,9 +19,6 @@ class Style;
|
||||
class Game;
|
||||
struct lua_State;
|
||||
|
||||
int GetNumCreditsPaid();
|
||||
int GetCreditsRequiredToPlayStyle( const Style *style );
|
||||
|
||||
class GameCommand
|
||||
{
|
||||
public:
|
||||
@@ -39,7 +36,6 @@ public:
|
||||
m_sSoundPath(""), m_vsScreensToPrepare(), m_iWeightPounds(-1),
|
||||
m_iGoalCalories(-1), m_GoalType(GoalType_Invalid),
|
||||
m_sProfileID(""), m_sUrl(""), m_bUrlExits(true),
|
||||
m_bInsertCredit(false), m_bClearCredits(false),
|
||||
m_bStopMusic(false), m_bApplyDefaultOptions(false),
|
||||
m_bFadeMusic(false), m_fMusicFadeOutVolume(-1),
|
||||
m_fMusicFadeOutSeconds(-1), m_bApplyCommitsScreens(true)
|
||||
@@ -108,8 +104,6 @@ public:
|
||||
// sm-ssc adds:
|
||||
bool m_bUrlExits; // for making stepmania not exit on url
|
||||
|
||||
bool m_bInsertCredit;
|
||||
bool m_bClearCredits;
|
||||
bool m_bStopMusic;
|
||||
bool m_bApplyDefaultOptions;
|
||||
// sm-ssc also adds:
|
||||
|
||||
Reference in New Issue
Block a user