Add: NewGRF Badges.

This commit is contained in:
Peter Nelson
2024-10-10 22:18:01 +01:00
committed by Peter Nelson
parent ca3b5ed6c1
commit 8f14894024
46 changed files with 1224 additions and 54 deletions

View File

@@ -82,6 +82,7 @@ struct Engine : EnginePool::PoolItem<&_engine_pool> {
*/
VariableGRFFileProps grf_prop;
std::vector<WagonOverride> overrides;
std::vector<BadgeID> badges;
Engine() {}
Engine(VehicleType type, uint16_t local_id);