mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 12:06:41 +00:00
Codechange: add missing documentation to destructors
This commit is contained in:
@@ -143,6 +143,7 @@ const IndustryTileSpec *GetIndustryTileSpec(IndustryGfx gfx)
|
||||
return &_industry_tile_specs[gfx];
|
||||
}
|
||||
|
||||
/** Remove any reference to this industry from the game. */
|
||||
Industry::~Industry()
|
||||
{
|
||||
if (CleaningPool()) return;
|
||||
|
||||
Reference in New Issue
Block a user