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

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