(svn r23112) -Codechange: Check if vehicle chain lengths stays constant when auto-refitting.
This commit is contained in:
@@ -79,7 +79,7 @@ static const uint RVC_DEPOT_STOP_FRAME = 11;
|
||||
/** The number of ticks a vehicle has for overtaking. */
|
||||
static const byte RV_OVERTAKE_TIMEOUT = 35;
|
||||
|
||||
void RoadVehUpdateCache(RoadVehicle *v);
|
||||
void RoadVehUpdateCache(RoadVehicle *v, bool same_length = false);
|
||||
|
||||
/**
|
||||
* Buses, trucks and trams belong to this class.
|
||||
|
Reference in New Issue
Block a user