1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

Rename Peep::id to Id

This commit is contained in:
Tulio Leao
2020-06-06 10:31:19 -03:00
parent 77af2326ff
commit 4cdfccb338
12 changed files with 23 additions and 23 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)