broadcast players joined and finalized

This commit is contained in:
Chris Danford
2005-05-07 00:27:31 +00:00
parent 820fb0b361
commit 49bbddcb74
5 changed files with 32 additions and 26 deletions
+2 -1
View File
@@ -72,7 +72,8 @@ public:
int m_iGameSeed, m_iStageSeed;
bool PlayersCanJoin() const; // true if it's not too late for a player to join
bool EnoughCreditsToJoin() const; // true if an unjoined player can join by pressint start
int GetCoinsNeededToJoin() const;
bool EnoughCreditsToJoin() const { return GetCoinsNeededToJoin() <= 0; }
int GetNumSidesJoined() const;
const Game* GetCurrentGame();