(svn r16745) -Fix [FS#3011]: invalidate JoinStation window after removing item from the pool
This commit is contained in:
@@ -186,6 +186,8 @@ public:
|
||||
{
|
||||
return Station::Get(GetStationIndex(tile));
|
||||
}
|
||||
|
||||
static void PostDestructor(size_t index);
|
||||
};
|
||||
|
||||
#define FOR_ALL_STATIONS_FROM(var, start) FOR_ALL_ITEMS_FROM(Station, station_index, var, start)
|
||||
|
Reference in New Issue
Block a user