mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-11 01:52:32 +01:00
* Eliminate unnecessary abstraction for path finding * Pass the goal to ChooseDirection instead of using globals * Remove gPeepPathFindGoalPosition and pass it by parameter instead * Remove _peepPathFindIsStaff and make ignoring banners explicit * Code style and naming fixups * Apply clang-format * Add comment specifying to why it does not ignore banners * Apply review comments