1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-17 17:32:45 +01:00

Codechange: Use EnumBitSet for pool types

This commit is contained in:
Rubidium
2025-02-01 13:30:03 +01:00
committed by rubidium42
parent c4c5028862
commit 89d0a688a9
9 changed files with 20 additions and 19 deletions

View File

@@ -121,7 +121,7 @@ void InitializeGame(uint size_x, uint size_y, bool reset_date, bool reset_settin
}
LinkGraphSchedule::Clear();
PoolBase::Clean(PT_NORMAL);
PoolBase::Clean(PoolType::Normal);
RebuildStationKdtree();
RebuildTownKdtree();