summaryrefslogtreecommitdiff
path: root/ship_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-04 11:15:44 +0000
committertron <tron@openttd.org>2006-03-04 11:15:44 +0000
commitca0862c3f4baf73549326ec2ec63ac0630cf2c95 (patch)
tree4153fe3efc35c3940fcfef3f06a03d78f4f6f97f /ship_cmd.c
parent332b54d5a6156c192e044163d7f38d87e2801814 (diff)
downloadopenttd-ca0862c3f4baf73549326ec2ec63ac0630cf2c95.tar.xz
(svn r3758) Remove the news validation callback. It is superseded by r3757.
Diffstat (limited to 'ship_cmd.c')
-rw-r--r--ship_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ship_cmd.c b/ship_cmd.c
index 82bedb3f8..31e195dd6 100644
--- a/ship_cmd.c
+++ b/ship_cmd.c
@@ -133,7 +133,7 @@ void OnNewDay_Ship(Vehicle *v)
AgeVehicle(v);
CheckIfShipNeedsService(v);
- CheckOrders(v->index, OC_INIT);
+ CheckOrders(v);
if (v->vehstatus & VS_STOPPED) return;