equal
deleted
inserted
replaced
67 DeleteName(this->string_id); |
67 DeleteName(this->string_id); |
68 free(this->speclist); |
68 free(this->speclist); |
69 |
69 |
70 if (CleaningPool()) return; |
70 if (CleaningPool()) return; |
71 |
71 |
|
72 while (!loading_vehicles.empty()) { |
|
73 loading_vehicles.front()->LeaveStation(); |
|
74 } |
|
75 |
72 MarkDirty(); |
76 MarkDirty(); |
73 RebuildStationLists(); |
77 RebuildStationLists(); |
74 InvalidateWindowClasses(WC_STATION_LIST); |
78 InvalidateWindowClasses(WC_STATION_LIST); |
75 |
79 |
76 DeleteWindowById(WC_STATION_VIEW, index); |
80 DeleteWindowById(WC_STATION_VIEW, index); |