mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 18:25:16 +01:00
Refactor peep struct
This commit is contained in:
committed by
Michael Steenbeek
parent
453855993d
commit
cdec457abd
@@ -418,7 +418,7 @@ namespace Twitch
|
||||
{
|
||||
// Check what followers are already in the park
|
||||
uint16_t spriteIndex;
|
||||
rct_peep* peep;
|
||||
Peep* peep;
|
||||
FOR_ALL_GUESTS (spriteIndex, peep)
|
||||
{
|
||||
if (is_user_string_id(peep->name_string_idx))
|
||||
|
||||
Reference in New Issue
Block a user