(svn r16745) -Fix [FS#3011]: invalidate JoinStation window after removing item from the pool

This commit is contained in:
smatz
2009-07-05 13:20:05 +00:00
parent 4764c73f1c
commit aa4ccab6a8
4 changed files with 22 additions and 2 deletions

View File

@@ -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)