1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-22 11:44:17 +01:00

Add: Configuration of NewGRF badges.

This commit is contained in:
Peter Nelson
2025-05-23 17:44:19 +01:00
committed by Peter Nelson
parent daef052329
commit c2d4098afa
12 changed files with 470 additions and 9 deletions

View File

@@ -22,6 +22,7 @@
#include "currency.h"
#include "landscape.h"
#include "newgrf_badge.h"
#include "newgrf_badge_config.h"
#include "newgrf_cargo.h"
#include "newgrf_sound.h"
#include "newgrf_station.h"
@@ -1604,6 +1605,7 @@ static void FinaliseBadges()
}
ApplyBadgeFeaturesToClassBadges();
AddBadgeClassesToConfiguration();
}
extern void InitGRFTownGeneratorNames();