mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 23:33:04 +01:00
Add missed constexprs
This commit is contained in:
committed by
Michał Janiszewski
parent
c0321c3d91
commit
3ba0cc3dae
@@ -68,7 +68,7 @@ colour_t gCurrentWindowColours[4];
|
||||
|
||||
// converted from uint16 values at 0x009A41EC - 0x009A4230
|
||||
// these are percentage coordinates of the viewport to centre to, if a window is obscuring a location, the next is tried
|
||||
static const float window_scroll_locations[][2] = {
|
||||
static constexpr const float window_scroll_locations[][2] = {
|
||||
{0.5f, 0.5f},
|
||||
{0.75f, 0.5f},
|
||||
{0.25f, 0.5f},
|
||||
|
||||
Reference in New Issue
Block a user