Fixed endless courses to make them repick on repeats and not crash after repeating.

This commit is contained in:
Kyzentun
2014-09-10 02:44:49 -06:00
parent 1ca9753e10
commit bcb2589114
4 changed files with 79 additions and 2 deletions
+2
View File
@@ -117,6 +117,8 @@ public:
int m_iGameSeed, m_iStageSeed;
RString m_sStageGUID;
void SetNewStageSeed();
/**
* @brief Determine if a second player can join in at this time.
* @return true if a player can still enter the game, false otherwise. */