From c2688736bcebd36ecd59be0d21ea1ef7a539ba3a Mon Sep 17 00:00:00 2001 From: rwjuk Date: Mon, 5 Jun 2017 14:20:57 +0100 Subject: [PATCH] Fix comment [ci skip] --- src/openrct2/ride/ride.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?-????) };