mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +01:00
Use constexpr on openrct2/*
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
#define BACKROUND_COLOUR_LOGO PALETTE_INDEX_245
|
||||
#define BORDER_COLOUR_PUBLISHER PALETTE_INDEX_129
|
||||
|
||||
#define PALETTE_G1_IDX_DEVELOPER 23217
|
||||
#define PALETTE_G1_IDX_LOGO 23224
|
||||
constexpr int32_t PALETTE_G1_IDX_DEVELOPER = 23217;
|
||||
constexpr int32_t PALETTE_G1_IDX_LOGO = 23224;
|
||||
|
||||
uint8_t gIntroState;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user