1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Remove const qualifier from constexpr statements

This commit is contained in:
Aaron van Geffen
2023-06-24 11:45:26 +02:00
parent f9d8c5923d
commit d425e0a8bb
313 changed files with 3564 additions and 3564 deletions

View File

@@ -56,7 +56,7 @@ colour_t gCurrentWindowColours[4];
// converted from uint16_t 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
// clang-format off
static constexpr const float window_scroll_locations[][2] = {
static constexpr float window_scroll_locations[][2] = {
{ 0.5f, 0.5f },
{ 0.75f, 0.5f },
{ 0.25f, 0.5f },