OpenRCT2/src/openrct2/peep
Michael Steenbeek 28c680f97f
Merge pull request #14163 from Gymnasiast/refactor/get-rtd
Use GetRideTypeDescriptor() in more places
2021-02-26 10:46:38 +01:00
..
Guest.cpp Replace ride_type_has_flag() with retrieving RTD 2021-02-26 09:49:09 +01:00
GuestPathfinding.cpp Use the RTD instead of ride_type_has_flag() 2021-02-24 14:10:30 +01:00
GuestPathfinding.h Fixes from review feedback 2020-09-16 21:24:35 -04:00
Peep.cpp Use the RTD instead of ride_type_has_flag() 2021-02-24 14:10:30 +01:00
Peep.h Reduce inclusion of world/Sprite.h 2021-02-25 10:56:27 +01:00
PeepData.cpp Use helper function GetPeepAnimation 2020-10-07 17:34:25 -03:00
Staff.cpp Replace RideTypeDescriptors[ride->type] with GetRideTypeDescriptor() 2021-02-24 14:10:30 +01:00
Staff.h Refactor staff window to class (#13819) 2021-01-25 21:57:06 +00:00