(svn r19958) -Codechange: move common code from Waypoint and Station destructors to BaseStation destructor
This commit is contained in:
@@ -52,6 +52,4 @@ Waypoint::~Waypoint()
|
||||
if (CleaningPool()) return;
|
||||
DeleteWindowById(WC_WAYPOINT_VIEW, this->index);
|
||||
RemoveOrderFromAllVehicles(OT_GOTO_WAYPOINT, this->index);
|
||||
|
||||
this->sign.MarkDirty();
|
||||
}
|
||||
|
Reference in New Issue
Block a user