Explain edge case behaviour of get_ride_queue_end

[ci skip]
This commit is contained in:
Michał Janiszewski 2017-02-17 14:11:03 +01:00
parent 7e6d826c09
commit 7d1f86bb51
1 changed files with 3 additions and 0 deletions

View File

@ -9921,6 +9921,9 @@ static sint32 guest_path_find_park_entrance(rct_peep* peep, rct_map_element *map
*
* rct2: 0x006A72C5
* param dist is not used.
*
* In case where the map element at (x, y) is invalid or there is no entrance
* or queue leading to it the function will not update its arguments.
*/
static void get_ride_queue_end(sint16 *x, sint16 *y, sint16 *z){
rct_xy16 result = { 0, 0 };