mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-21 23:03:04 +01:00
Specify underlying type for rct_string_id
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
constexpr const rct_string_id STR_NONE = 0xFFFF;
|
constexpr const rct_string_id STR_NONE = 0xFFFF;
|
||||||
constexpr const rct_string_id STR_VIEWPORT = 0xFFFE;
|
constexpr const rct_string_id STR_VIEWPORT = 0xFFFE;
|
||||||
|
|
||||||
enum
|
enum : uint16_t
|
||||||
{
|
{
|
||||||
STR_EMPTY = 0,
|
STR_EMPTY = 0,
|
||||||
STR_RIDE_NAME_DEFAULT = 1,
|
STR_RIDE_NAME_DEFAULT = 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user