1
0
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:
Ted John
2019-07-21 20:44:19 +01:00
parent 61d64ab8c5
commit 40d49b93d3
27 changed files with 282 additions and 323 deletions

View File

@@ -311,7 +311,7 @@ namespace Editor
auto peep = get_sprite(i)->AsPeep();
if (peep != nullptr)
{
user_string_free(peep->name_string_idx);
peep->SetName({});
}
}