File diff r2573:4469b4854811 → r2574:7236c646b1d7
ship_cmd.c
Show inline comments
 
@@ -414,8 +414,6 @@ static void ShipEnterDepot(Vehicle *v)
 

	
 
	InvalidateWindow(WC_VEHICLE_DETAILS, v->index);
 

	
 
	v = MaybeReplaceVehicle(v);
 

	
 
	TriggerVehicle(v, VEHICLE_TRIGGER_DEPOT);
 

	
 
	if (v->current_order.type == OT_GOTO_DEPOT) {