mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 05:53:02 +01:00
Rename cheat variables to match new code style
This commit is contained in:
@@ -498,7 +498,7 @@ static constexpr colour_t kColoursDropdownOrder[] = {
|
||||
{
|
||||
int32_t defaultIndex = -1;
|
||||
|
||||
const bool specialColoursEnabled = !alwaysHideSpecialColours && GetGameState().Cheats.AllowSpecialColourSchemes;
|
||||
const bool specialColoursEnabled = !alwaysHideSpecialColours && GetGameState().Cheats.allowSpecialColourSchemes;
|
||||
auto numColours = specialColoursEnabled ? static_cast<uint8_t>(COLOUR_COUNT) : kColourNumNormal;
|
||||
// Set items
|
||||
for (uint64_t i = 0; i < numColours; i++)
|
||||
|
||||
Reference in New Issue
Block a user