summaryrefslogtreecommitdiff
path: root/vehicle_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'vehicle_gui.c')
-rw-r--r--vehicle_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle_gui.c b/vehicle_gui.c
index 064ad0f18..5cf2b5dae 100644
--- a/vehicle_gui.c
+++ b/vehicle_gui.c
@@ -165,7 +165,7 @@ void InitializeVehiclesGuiList(void)
}
// draw the vehicle profit button in the vehicle list window.
-void DrawVehicleProfitButton(Vehicle *v, int x, int y)
+void DrawVehicleProfitButton(const Vehicle *v, int x, int y)
{
uint32 ormod;