mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 22:34:33 +01:00
Add missed constexprs
This commit is contained in:
committed by
Michał Janiszewski
parent
c0321c3d91
commit
3ba0cc3dae
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user