1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-20 22:33:02 +01:00

Specify underlying type for rct_string_id

This commit is contained in:
ζeh Matt
2021-10-20 01:50:22 +03:00
parent 5bf3513156
commit 4d72c29ca3

View File

@@ -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,