summaryrefslogtreecommitdiff
path: root/train_cmd.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-08-17 16:20:04 +0000
committertruelight <truelight@openttd.org>2004-08-17 16:20:04 +0000
commit4b919416a2d627fc6c979bc12069f120040a48f7 (patch)
tree8e87986ba34d24e9358ebd81cc9cac5469c51089 /train_cmd.c
parent5e25a4ee7996a4cc3456c91ba07f27b5e810ffdf (diff)
downloadopenttd-4b919416a2d627fc6c979bc12069f120040a48f7.tar.xz
(svn r77) -Fix: [1010788] AI service interval bug (tnx truesatan)
-Add: AI overrides service interval to 180 days -Fix: AI hanged when all vehicles were disabled in Patch menu
Diffstat (limited to 'train_cmd.c')
-rw-r--r--train_cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/train_cmd.c b/train_cmd.c
index 97c18f736..b78cc1619 100644
--- a/train_cmd.c
+++ b/train_cmd.c
@@ -2520,7 +2520,7 @@ static void CheckIfTrainNeedsService(Vehicle *v)
uint tile;
byte depot;
- if (_patches.servint_trains == 0 && IS_HUMAN_PLAYER(v->owner))
+ if (_patches.servint_trains == 0)
return;
if (v->date_of_last_service + v->service_interval > _date)
@@ -2529,7 +2529,7 @@ static void CheckIfTrainNeedsService(Vehicle *v)
if (v->vehstatus & VS_STOPPED)
return;
- if (_patches.gotodepot && IS_HUMAN_PLAYER(v->owner) && ScheduleHasDepotOrders(v->schedule_ptr))
+ if (_patches.gotodepot && ScheduleHasDepotOrders(v->schedule_ptr))
return;
// Don't interfere with a depot visit scheduled by the user, or a