mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
* Fix #11963 - Refactor Peep::OutsideOfPark Changed the definition of Peep::OutsideOfPark from uint8_t to bool and refactored all its occurences in code accordingly. * Fix #11963 - Refactor Peep::OutsideOfPark One forgotten instance of Peep::OutsideOfPark occurrence * Fix #11963 - Refactor Peep::OutsideOfPark Fix code according to a review suggestion.