diff options
Diffstat (limited to 'vehicle_gui.h')
-rw-r--r-- | vehicle_gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle_gui.h b/vehicle_gui.h index 733a14042..1b23a6399 100644 --- a/vehicle_gui.h +++ b/vehicle_gui.h @@ -50,7 +50,7 @@ void ShowBuildVehicleWindow(TileIndex tile, byte type); void ChangeVehicleViewWindow(const Vehicle *from_v, const Vehicle *to_v); -int ShowAdditionalText(int x, int y, int w, EngineID engine); +uint ShowAdditionalText(int x, int y, int w, EngineID engine); void ShowVehicleListWindow(PlayerID player, StationID station, byte vehicle_type); void ShowVehWithSharedOrders(Vehicle *v, byte vehicle_type); |