diff --git a/src/openrct2/localisation/StringIds.h b/src/openrct2/localisation/StringIds.h index b99e4d82f8..4a442a83d7 100644 --- a/src/openrct2/localisation/StringIds.h +++ b/src/openrct2/localisation/StringIds.h @@ -14,7 +14,7 @@ constexpr const rct_string_id STR_NONE = 0xFFFF; constexpr const rct_string_id STR_VIEWPORT = 0xFFFE; -enum +enum : uint16_t { STR_EMPTY = 0, STR_RIDE_NAME_DEFAULT = 1,