File diff r15612:c4c9adbab3f3 → r15613:193c12018337
src/train_cmd.cpp
Show inline comments
 
@@ -1970,7 +1970,8 @@ CommandCost CmdRefitRailVehicle(TileInde
 

	
 
/**
 
 * returns the tile of a depot to goto to. The given vehicle must not be
 
 * crashed! */
 
 * crashed!
 
 */
 
static FindDepotData FindClosestTrainDepot(Train *v, int max_distance)
 
{
 
	assert(!(v->vehstatus & VS_CRASHED));