mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
Remove AsPeep
This commit is contained in:
@@ -309,7 +309,7 @@ namespace Editor
|
||||
//
|
||||
for (int32_t i = 0; i < MAX_SPRITES; i++)
|
||||
{
|
||||
auto peep = get_sprite(i)->AsPeep();
|
||||
auto peep = get_sprite(i)->generic.As<Peep>();
|
||||
if (peep != nullptr)
|
||||
{
|
||||
peep->SetName({});
|
||||
|
||||
Reference in New Issue
Block a user