This commit is contained in:
Steve Checkoway
2006-08-06 08:50:24 +00:00
parent 49608d5c9f
commit 1d378020ce
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1588,7 +1588,7 @@ void GameState::VisitAttractScreen( const RString sScreenName )
m_iNumTimesThroughAttract++; m_iNumTimesThroughAttract++;
} }
bool GameState::DifficultiesLocked() bool GameState::DifficultiesLocked() const
{ {
if( m_PlayMode == PLAY_MODE_RAVE ) if( m_PlayMode == PLAY_MODE_RAVE )
return true; return true;
+1 -1
View File
@@ -62,7 +62,7 @@ public:
int m_iCoins; // not "credits" int m_iCoins; // not "credits"
PlayerNumber m_MasterPlayerNumber; // used in Styles where one player controls both sides PlayerNumber m_MasterPlayerNumber; // used in Styles where one player controls both sides
bool m_bMultiplayer; bool m_bMultiplayer;
bool DifficultiesLocked(); bool DifficultiesLocked() const;
bool ChangePreferredDifficulty( PlayerNumber pn, Difficulty dc ); bool ChangePreferredDifficulty( PlayerNumber pn, Difficulty dc );
bool ChangePreferredDifficulty( PlayerNumber pn, int dir ); bool ChangePreferredDifficulty( PlayerNumber pn, int dir );
bool ChangePreferredCourseDifficulty( PlayerNumber pn, CourseDifficulty cd ); bool ChangePreferredCourseDifficulty( PlayerNumber pn, CourseDifficulty cd );