train_cmd.c
changeset 76 30511cbc5188
parent 73 34d5f66cfad7
child 98 91d63b83cece
--- a/train_cmd.c	Tue Aug 17 15:37:12 2004 +0000
+++ b/train_cmd.c	Tue Aug 17 16:20:04 2004 +0000
@@ -2520,7 +2520,7 @@
 	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 @@
 	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