Changeset - r15294:e7cfbb2e5132
[Not reviewed]
master
0 1 0
frosch - 14 years ago 2010-06-07 20:38:16
frosch@openttd.org
(svn r19945) -Fix (r19755-ish): Allow turning of roadvehicles while waiting in a queue (again).
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/roadveh_cmd.cpp
Show inline comments
 
@@ -422,7 +422,7 @@ CommandCost CmdTurnRoadVeh(TileIndex til
 
			v->overtaking != 0 ||
 
			v->state == RVSB_WORMHOLE ||
 
			v->IsInDepot() ||
 
			v->cur_speed < 5) {
 
			v->current_order.IsType(OT_LOADING)) {
 
		return CMD_ERROR;
 
	}
 

	
0 comments (0 inline, 0 general)