mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-21 11:22:45 +01:00
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