File diff r25406:017a9f8d3ec9 → r25407:b37c2c854ce5
src/roadveh_cmd.cpp
Show inline comments
 
@@ -1254,13 +1254,13 @@ again:
 
					 * for 'big' corners. It furthermore does not go to the next tile,
 
					 * so that needs to be fixed too.
 
					 */
 
					tile = v->tile;
 
					start_frame = RVC_TURN_AROUND_START_FRAME_SHORT_TRAM;
 
				} else {
 
					/* The company can build on the next tile, so wait till (s)he does. */
 
					/* The company can build on the next tile, so wait till they do. */
 
					v->cur_speed = 0;
 
					return false;
 
				}
 
			} else if (IsNormalRoadTile(v->tile) && GetDisallowedRoadDirections(v->tile) != DRD_NONE) {
 
				v->cur_speed = 0;
 
				return false;