summaryrefslogtreecommitdiff
path: root/vehicle_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'vehicle_gui.h')
-rw-r--r--vehicle_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle_gui.h b/vehicle_gui.h
index 0b27bbd24..733a14042 100644
--- a/vehicle_gui.h
+++ b/vehicle_gui.h
@@ -46,7 +46,7 @@ void DrawAircraftImage(const Vehicle *v, int x, int y, VehicleID selection);
void ShowBuildTrainWindow(TileIndex tile);
void ShowBuildRoadVehWindow(TileIndex tile);
void ShowBuildShipWindow(TileIndex tile);
-void ShowBuildAircraftWindow(TileIndex tile);
+void ShowBuildVehicleWindow(TileIndex tile, byte type);
void ChangeVehicleViewWindow(const Vehicle *from_v, const Vehicle *to_v);