Merge pull request #168 from honzi/comment-fixes

fix comment typo and unclear abbreviation
This commit is contained in:
Ted John 2014-06-08 13:19:08 +01:00
commit a3c022e1d7
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{

View File

@ -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