forked from mirror/OpenTTD
(svn r22567) -Codechange: Store persistent storages inside a pool.
This commit is contained in:
@@ -96,6 +96,10 @@ Station::~Station()
|
||||
}
|
||||
}
|
||||
|
||||
/* Clear the persistent storage. */
|
||||
delete this->airport.psa;
|
||||
|
||||
|
||||
InvalidateWindowData(WC_STATION_LIST, this->owner, 0);
|
||||
|
||||
DeleteWindowById(WC_STATION_VIEW, index);
|
||||
|
Reference in New Issue
Block a user