Home
last modified time | relevance | path

Searched refs:CheckTrainAtSignal (Results 1 – 1 of 1) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dtrain_cmd.cpp3093 static Vehicle *CheckTrainAtSignal(Vehicle *v, void *data) in CheckTrainAtSignal() function
3225 if (!HasVehicleOnPos(o_tile, &exitdir, &CheckTrainAtSignal)) return false; in TrainController()