File diff r15306:1e95a9ffc6fb → r15307:f844b2fa748c
src/waypoint.cpp
Show inline comments
 
@@ -52,6 +52,4 @@ Waypoint::~Waypoint()
 
	if (CleaningPool()) return;
 
	DeleteWindowById(WC_WAYPOINT_VIEW, this->index);
 
	RemoveOrderFromAllVehicles(OT_GOTO_WAYPOINT, this->index);
 

	
 
	this->sign.MarkDirty();
 
}