(svn r16764) -Codechange: unify the way viewport signs are marked dirty
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user