mirror of https://github.com/OpenTTD/OpenTTD
(svn r15681) -Cleanup: remove unneeded forward declaration.
parent
c2834412f7
commit
55ce735c2c
|
@ -184,8 +184,6 @@ bool HasVehicleOnTunnelBridge(TileIndex tile, TileIndex endtile, const Vehicle *
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void UpdateVehiclePosHash(Vehicle *v, int x, int y);
|
|
||||||
|
|
||||||
Vehicle::Vehicle()
|
Vehicle::Vehicle()
|
||||||
{
|
{
|
||||||
this->type = VEH_INVALID;
|
this->type = VEH_INVALID;
|
||||||
|
|
Loading…
Reference in New Issue