diff --git a/src/newgrf_storage.h b/src/newgrf_storage.h index 3db901b984..0f962d6681 100644 --- a/src/newgrf_storage.h +++ b/src/newgrf_storage.h @@ -186,10 +186,10 @@ void AddChangedPersistentStorage(BasePersistentStorageArray *storage); typedef PersistentStorageArray OldPersistentStorage; -typedef uint32_t PersistentStorageID; +using PersistentStorageID = PoolID; struct PersistentStorage; -typedef Pool PersistentStoragePool; +using PersistentStoragePool = Pool; extern PersistentStoragePool _persistent_storage_pool;