From 100228b887bc30318e31090d8ada05ddb9a25492 Mon Sep 17 00:00:00 2001 From: Jan Horava Date: Sat, 7 Jun 2014 21:14:55 -0700 Subject: [PATCH] fix comment typo and unclear abbreviation --- src/map.c | 2 +- src/ride.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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