1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 00:04:43 +01:00

Merge pull request #11882 from tupaschoal/prevent-shadow-peep-4

Rename some Peep member variables to use TitleCase
This commit is contained in:
Michael Steenbeek
2020-06-07 23:35:23 +02:00
committed by GitHub
25 changed files with 315 additions and 316 deletions

View File

@@ -628,7 +628,7 @@ static void window_title_command_editor_tool_down(
{
uint8_t formatArgs[32]{};
peep->FormatNameTo(formatArgs);
format_string(command.SpriteName, USER_STRING_MAX_LENGTH, STR_STRINGID, &peep->id);
format_string(command.SpriteName, USER_STRING_MAX_LENGTH, STR_STRINGID, &peep->Id);
}
}
else if (spriteIdentifier == SPRITE_IDENTIFIER_VEHICLE)