diff --git a/src/map.c b/src/map.c index 5f157b1ab7..39fcdbef7d 100644 --- a/src/map.c +++ b/src/map.c @@ -333,7 +333,7 @@ void sub_68B089() /** * Checks if the tile at coordinate at height counts as connected. - * @return 1 if connected, 0 otherwisei + * @return 1 if connected, 0 otherwise */ int map_coord_is_connected(uint16 tile_idx, uint8 height, uint8 face_direction) { diff --git a/src/ride.c b/src/ride.c index c7746e91f9..bbaa1db97f 100644 --- a/src/ride.c +++ b/src/ride.c @@ -199,7 +199,7 @@ void ride_update_favourited_stat() /** * rct2: 0x006B7C59 - * @return 1 if the coordinate is reachable or has no entrance, 0 otw + * @return 1 if the coordinate is reachable or has no entrance, 0 otherwise */ int ride_entrance_exit_is_reachable(uint16 coordinate, rct_ride* ride, int index) { int x = ((coordinate >> 8) & 0xFF) << 5, // cx