Fix comment

[ci skip]
This commit is contained in:
rwjuk 2017-06-05 14:20:57 +01:00
parent a03699839c
commit c2688736bc
1 changed files with 1 additions and 1 deletions

View File

@ -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?-????)
};