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
+5
View File
@@ -2109,6 +2109,11 @@ Difficulty GameState::GetHardestStepsDifficulty() const
return dc;
}
void GameState::SetNewStageSeed()
{
m_iStageSeed= rand();
}
bool GameState::IsEventMode() const
{
return m_bTemporaryEventMode || PREFSMAN->m_bEventMode;