1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

Merge pull request #906 from adrian17/negative-g-fix-2

Change rides' max negative G values to signed bytes; fixes #902.
This commit is contained in:
Ted John
2015-03-09 11:53:01 +00:00

View File

@@ -130,7 +130,7 @@ typedef struct {
uint8 average_speed; // 0x52
uint16 ride_length; // 0x53
uint8 max_positive_vertical_g; // 0x55
uint8 max_negitive_vertical_g; // 0x56
sint8 max_negitive_vertical_g; // 0x56
uint8 max_lateral_g; // 0x57
union {
uint8 inversions; // 0x58