This commit is contained in:
Glenn Maynard
2006-01-18 19:59:14 +00:00
parent 452644c17f
commit 2b431688d7
+2 -2
View File
@@ -52,8 +52,8 @@ public:
PlayerStageStats *GetPlayerStageStats();
PlayerNumber GetStepsAndTrailIndex() { return m_pn == PLAYER_INVALID ? PLAYER_1 : m_pn; }
bool IsEnabled();
bool IsMultiPlayer() { return m_mp != MultiPlayer_INVALID; }
CString GetName()
bool IsMultiPlayer() const { return m_mp != MultiPlayer_INVALID; }
CString GetName() const
{
if( m_bIsDummy )
return "Dummy";