summaryrefslogtreecommitdiff
path: root/src/company_cmd.cpp
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-21 12:28:02 +0000
committertruebrain <truebrain@openttd.org>2011-12-21 12:28:02 +0000
commite1f04b89c3e39a945c61caa4a80b79a83ad19e90 (patch)
tree60bbf5126b5b23c0cca663ca809172a5c5cd69ff /src/company_cmd.cpp
parent726ce254ff204346125dce7daed0701dc5c8f724 (diff)
downloadopenttd-e1f04b89c3e39a945c61caa4a80b79a83ad19e90.tar.xz
(svn r23648) -Revert (r23646): partial revert; nobody has to know about my local changes and attempts
Diffstat (limited to 'src/company_cmd.cpp')
-rw-r--r--src/company_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/company_cmd.cpp b/src/company_cmd.cpp
index db0200a34..d4627078f 100644
--- a/src/company_cmd.cpp
+++ b/src/company_cmd.cpp
@@ -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) {