mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-21 03:12:41 +01:00
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
This commit is contained in:
@@ -212,7 +212,7 @@ static bool CMSATree(TileIndex tile)
|
||||
|
||||
#define M(x) ((x) - STR_SV_STNAME)
|
||||
|
||||
enum StationNaming {
|
||||
enum StationNaming : uint8_t {
|
||||
STATIONNAMING_RAIL,
|
||||
STATIONNAMING_ROAD,
|
||||
STATIONNAMING_AIRPORT,
|
||||
|
||||
Reference in New Issue
Block a user