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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user