File diff r12333:fcd1f7f733b3 → r12334:57fa457522c9
src/waypoint.cpp
Show inline comments
 
@@ -88,7 +88,7 @@ Waypoint::~Waypoint()
 
	DeleteWindowById(WC_WAYPOINT_VIEW, this->index);
 
	RemoveOrderFromAllVehicles(OT_GOTO_WAYPOINT, this->index);
 

	
 
	RedrawWaypointSign(this);
 
	this->sign.MarkDirty();
 
}
 

	
 
void InitializeWaypoints()