diff options
-rw-r--r-- | vehicle_gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle_gui.c b/vehicle_gui.c index de4a2497c..c7a5ca6e7 100644 --- a/vehicle_gui.c +++ b/vehicle_gui.c @@ -1650,4 +1650,4 @@ void ShowVehWithSharedOrders(Vehicle *v, byte vehicle_type) { if (v->orders == NULL) return; // no shared list to show ShowVehicleListWindowLocal(v->owner, vehicle_type, INVALID_STATION, v->orders->index, true); -}
\ No newline at end of file +} |