mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-23 20:24:12 +01:00
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