mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 05:53:02 +01:00
Refactor more constants to kConstant notation
This commit is contained in:
committed by
GitHub
parent
b9486b9eb7
commit
b0c99fcb6c
@@ -33,7 +33,7 @@ static constexpr CommandLineOptionDefinition kSpriteOptions[]
|
||||
|
||||
static exitcode_t HandleSprite(CommandLineArgEnumerator *argEnumerator);
|
||||
|
||||
const CommandLineCommand CommandLine::SpriteCommands[]
|
||||
const CommandLineCommand CommandLine::kSpriteCommands[]
|
||||
{
|
||||
// Main commands
|
||||
DefineCommand("append", "<spritefile> <input> [x_offset y_offset]", kSpriteOptions, HandleSprite),
|
||||
|
||||
Reference in New Issue
Block a user