forked from mirror/OpenTTD
(svn r17508) -Fix [FS#3195] (r16859): join station window didn't get updated when stations were removed from the pool
This commit is contained in:
@@ -116,7 +116,7 @@ Station::~Station()
|
||||
* after removing item from the pool.
|
||||
* @param index index of deleted item
|
||||
*/
|
||||
void Station::PostDestructor(size_t index)
|
||||
void BaseStation::PostDestructor(size_t index)
|
||||
{
|
||||
InvalidateWindowData(WC_SELECT_STATION, 0, 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user