summaryrefslogtreecommitdiff
path: root/vehicle.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-10-28 20:04:54 +0000
committertron <tron@openttd.org>2005-10-28 20:04:54 +0000
commit9e957ff80bcd1e6be4239bd8355a355e5c892ded (patch)
tree9a4f4a7107287032c0a14495e76860f223a83bfe /vehicle.h
parent9bbf8ea9d056900500aa6f534091883ff2de6df0 (diff)
downloadopenttd-9e957ff80bcd1e6be4239bd8355a355e5c892ded.tar.xz
(svn r3098) static, const, uint -> TileIndex, indentation, bracing, unused return values, ... mostly related to the clone vehicle GUI
Diffstat (limited to 'vehicle.h')
-rw-r--r--vehicle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle.h b/vehicle.h
index 4b1129310..6e176f82b 100644
--- a/vehicle.h
+++ b/vehicle.h
@@ -315,7 +315,7 @@ void BeginVehicleMove(Vehicle *v);
void EndVehicleMove(Vehicle *v);
bool IsAircraftHangarTile(TileIndex tile);
-void ShowAircraftViewWindow(Vehicle *v);
+void ShowAircraftViewWindow(const Vehicle* v);
UnitID GetFreeUnitNumber(byte type);