1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +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

@@ -23,7 +23,7 @@ ImportMode gSpriteMode = ImportMode::Default;
static const char* _mode;
// clang-format off
static constexpr const CommandLineOptionDefinition SpriteOptions[]
static constexpr CommandLineOptionDefinition SpriteOptions[]
{
{ CMDLINE_TYPE_STRING, &_mode, 'm', "mode", "the type of sprite conversion <" SZ_DEFAULT "|" SZ_CLOSEST "|" SZ_DITHERING ">" },
OptionTableEnd