Feature: Multi-track level crossings (#9931)
This commit is contained in:
@@ -1004,7 +1004,7 @@ struct RoadDriveEntry {
|
||||
|
||||
#include "table/roadveh_movement.h"
|
||||
|
||||
static bool RoadVehLeaveDepot(RoadVehicle *v, bool first)
|
||||
bool RoadVehLeaveDepot(RoadVehicle *v, bool first)
|
||||
{
|
||||
/* Don't leave unless v and following wagons are in the depot. */
|
||||
for (const RoadVehicle *u = v; u != nullptr; u = u->Next()) {
|
||||
|
Reference in New Issue
Block a user