summaryrefslogtreecommitdiff
path: root/ship_cmd.c
diff options
context:
space:
mode:
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;