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

Fix comment for get_num_of_sheltered_eighths()

[ci skip]
This commit is contained in:
Richard Jenkins
2017-06-01 21:57:52 +01:00
committed by rwjuk
parent 881c0c2537
commit 6efc781186

View File

@@ -936,7 +936,7 @@ static uint32 ride_ratings_get_proximity_score()
}
/**
* Seems to calculate how much of the track is sheltered in eighths.
* Calculates how much of the track is sheltered in eighths.
* rct2: 0x0065E72D
*/
static sint32 get_num_of_sheltered_eighths(rct_ride *ride)