mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 14:02:59 +01:00
Introduce PeepNamesObjects for 'real' names of peeps (#22758)
* Add initial PeepNamesObject implementation * Add peep names object to default objects * Append peep names object to object list for older saves * Deduplicate AppendRequiredObjects functions * Remove built-in 'real name' tables * Increment park version; introduce kPeepNamesObjectsVersion * Update objects dependency to v1.4.8
This commit is contained in:
@@ -610,6 +610,10 @@ ResultWithMessage WindowEditorObjectSelectionSelectObject(
|
||||
// Replace old palette with newly selected palette immediately.
|
||||
ReplaceSelectedWaterPalette(item);
|
||||
}
|
||||
else if (objectType == ObjectType::PeepNames)
|
||||
{
|
||||
PeepUpdateNames();
|
||||
}
|
||||
|
||||
if (isMasterObject != 0 && !(flags & INPUT_FLAG_EDITOR_OBJECT_1))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user