mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-04 13:42:55 +01:00
Clean up photo refs
This commit is contained in:
@@ -634,9 +634,9 @@ struct Peep : SpriteBase
|
||||
money16 PaidOnDrink;
|
||||
uint8_t RideTypesBeenOn[16];
|
||||
uint32_t ItemExtraFlags;
|
||||
uint8_t Photo2RideRef;
|
||||
uint8_t Photo3RideRef;
|
||||
uint8_t Photo4RideRef;
|
||||
ride_id_t Photo2RideRef;
|
||||
ride_id_t Photo3RideRef;
|
||||
ride_id_t Photo4RideRef;
|
||||
union
|
||||
{
|
||||
ride_id_t CurrentRide;
|
||||
@@ -702,7 +702,7 @@ struct Peep : SpriteBase
|
||||
uint8_t StaffOrders;
|
||||
uint8_t GuestIsLostCountdown;
|
||||
};
|
||||
uint8_t Photo1RideRef;
|
||||
ride_id_t Photo1RideRef;
|
||||
uint32_t PeepFlags;
|
||||
rct12_xyzd8 PathfindGoal;
|
||||
rct12_xyzd8 PathfindHistory[4];
|
||||
|
||||
Reference in New Issue
Block a user