File diff r15306:1e95a9ffc6fb → r15307:f844b2fa748c
src/waypoint.cpp
Show inline comments
 
@@ -49,9 +49,7 @@ void Waypoint::GetTileArea(TileArea *ta,
 

	
 
Waypoint::~Waypoint()
 
{
 
	if (CleaningPool()) return;
 
	DeleteWindowById(WC_WAYPOINT_VIEW, this->index);
 
	RemoveOrderFromAllVehicles(OT_GOTO_WAYPOINT, this->index);
 

	
 
	this->sign.MarkDirty();
 
}