File diff r9827:b84ffa32d783 → r9828:1f4dd725b864
src/train_cmd.cpp
Show inline comments
 
@@ -3027,7 +3027,7 @@ static Track ChooseTrainTrack(Vehicle* v
 
 * @param v The vehicle
 
 * @return True if a path could be reserved
 
 */
 
bool TryPathReserve(Vehicle *v, bool first_tile_okay, bool mark_as_stuck)
 
bool TryPathReserve(Vehicle *v, bool mark_as_stuck, bool first_tile_okay)
 
{
 
	assert(v->type == VEH_TRAIN && IsFrontEngine(v));