diff options
Diffstat (limited to 'src/waypoint.cpp')
-rw-r--r-- | src/waypoint.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/waypoint.cpp b/src/waypoint.cpp index bc7bf2975..9500aba82 100644 --- a/src/waypoint.cpp +++ b/src/waypoint.cpp @@ -52,6 +52,4 @@ Waypoint::~Waypoint() if (CleaningPool()) return; DeleteWindowById(WC_WAYPOINT_VIEW, this->index); RemoveOrderFromAllVehicles(OT_GOTO_WAYPOINT, this->index); - - this->sign.MarkDirty(); } |