mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 14:02:59 +01:00
Do not use user strings for peep names
This commit is contained in:
@@ -311,7 +311,7 @@ namespace Editor
|
||||
auto peep = get_sprite(i)->AsPeep();
|
||||
if (peep != nullptr)
|
||||
{
|
||||
user_string_free(peep->name_string_idx);
|
||||
peep->SetName({});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user