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

Add missed constexprs

This commit is contained in:
Michał Janiszewski
2018-01-11 23:14:31 +01:00
committed by Michał Janiszewski
parent c0321c3d91
commit 3ba0cc3dae
26 changed files with 104 additions and 104 deletions

View File

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