mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 08:45:00 +01:00
Use constexpr on openrct2/*
This commit is contained in:
@@ -30,7 +30,7 @@ struct rct_draw_scroll_text
|
||||
uint8_t bitmap[64 * 40];
|
||||
};
|
||||
|
||||
#define MAX_SCROLLING_TEXT_ENTRIES 32
|
||||
constexpr int32_t MAX_SCROLLING_TEXT_ENTRIES = 32;
|
||||
|
||||
static rct_draw_scroll_text _drawScrollTextList[MAX_SCROLLING_TEXT_ENTRIES];
|
||||
static uint8_t _characterBitmaps[FONT_SPRITE_GLYPH_COUNT + SPR_G2_GLYPH_COUNT][8];
|
||||
|
||||
Reference in New Issue
Block a user