(svn r23648) -Revert (r23646): partial revert; nobody has to know about my local changes and attempts

This commit is contained in:
truebrain
2011-12-21 12:28:02 +00:00
parent 726ce254ff
commit e1f04b89c3
4 changed files with 6 additions and 10 deletions

View File

@@ -695,7 +695,7 @@ void OnTick_Companies()
}
if (_next_competitor_start == 0) {
_next_competitor_start = 1; //AI::GetStartNextTime() * DAY_TICKS;
_next_competitor_start = AI::GetStartNextTime() * DAY_TICKS;
}
if (AI::CanStartNew() && _game_mode != GM_MENU && --_next_competitor_start == 0) {