Codechange: add missing documentation to destructors

This commit is contained in:
Rubidium
2026-02-24 16:24:53 +01:00
committed by rubidium42
parent 52b25b981f
commit 6370859c7e
37 changed files with 43 additions and 4 deletions
+1
View File
@@ -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;