mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r19945) -Fix (r19755-ish): Allow turning of roadvehicles while waiting in a queue (again).
This commit is contained in:
parent
ebaa07e3ee
commit
585d259b22
@ -422,7 +422,7 @@ CommandCost CmdTurnRoadVeh(TileIndex tile, DoCommandFlag flags, uint32 p1, uint3
|
||||
v->overtaking != 0 ||
|
||||
v->state == RVSB_WORMHOLE ||
|
||||
v->IsInDepot() ||
|
||||
v->cur_speed < 5) {
|
||||
v->current_order.IsType(OT_LOADING)) {
|
||||
return CMD_ERROR;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user