1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

Fix typo 'uint' vs 'uint8'.

This commit is contained in:
zaxcav
2016-10-04 12:02:24 +02:00
parent 2aaf0692f9
commit 533d51489d

View File

@@ -8878,7 +8878,7 @@ static void peep_pathfind_heuristic_search(sint16 x, sint16 y, uint8 z, rct_map_
/* At this point the map element is found. */
uint height = z;
uint8 height = z;
if (map_element_get_type(mapElement) == MAP_ELEMENT_TYPE_PATH) {
// Adjust height for goal comparison according to the path slope.
if (footpath_element_is_sloped(mapElement)) {