Codechange: Rename window related DeleteXXX to match new behaviour
This commit is contained in:
@@ -76,7 +76,7 @@ public:
|
||||
|
||||
void Close() override
|
||||
{
|
||||
DeleteWindowById(GetWindowClassForVehicleType(this->vt), VehicleListIdentifier(VL_STATION_LIST, this->vt, this->owner, this->window_number).Pack(), false);
|
||||
CloseWindowById(GetWindowClassForVehicleType(this->vt), VehicleListIdentifier(VL_STATION_LIST, this->vt, this->owner, this->window_number).Pack(), false);
|
||||
this->Window::Close();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user