Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Drail_cmd.cpp472 CommandCost ret_remove_signals = DoCommand(tile, track_it, 0, flags, CMD_REMOVE_SIGNALS); in CmdBuildSingleRail() local
473 if (ret_remove_signals.Failed()) return ret_remove_signals; in CmdBuildSingleRail()
474 cost.AddCost(ret_remove_signals); in CmdBuildSingleRail()