diff --git a/src/openrct2/ride/ride.h b/src/openrct2/ride/ride.h index fd5ba1b7cb..c664485665 100644 --- a/src/openrct2/ride/ride.h +++ b/src/openrct2/ride/ride.h @@ -220,7 +220,7 @@ typedef struct rct_ride { union { uint8 inversions; // 0x114 (???X XXXX) uint8 holes; // 0x114 (???X XXXX) - // This a very rough approximation of how much of the ride is undercover. + // This is a very rough approximation of how much of the ride is undercover. // It reaches the maximum value of 7 at about 50% undercover and doesn't increase beyond that. uint8 sheltered_eighths; // 0x114 (XXX?-????) };