(svn r23646) -Fix [FS#4901]: rescan the Game Scripts when done downloading one.

This commit is contained in:
truebrain
2011-12-21 12:25:10 +00:00
parent 0f8360eee9
commit da8777d4e5
5 changed files with 20 additions and 6 deletions

View File

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