Clean up photo refs

This commit is contained in:
Gymnasiast 2020-06-08 14:12:28 +02:00
parent 65fa08ef35
commit db764445ed
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
1 changed files with 4 additions and 4 deletions

View File

@ -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];