(svn r17472) -Fix [FS#3182]: industry list was rebuilt too early during industry removal causing the removed industry to be still in the list after removal
This commit is contained in:
@@ -84,6 +84,7 @@ struct Industry : IndustryPool::PoolItem<&_industry_pool> {
|
||||
}
|
||||
|
||||
static Industry *GetRandom();
|
||||
static void PostDestructor(size_t index);
|
||||
};
|
||||
|
||||
void PlantRandomFarmField(const Industry *i);
|
||||
|
Reference in New Issue
Block a user