1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

comment ride status

This commit is contained in:
Kevin Burke
2014-05-21 11:59:05 +09:00
parent bab6e9a290
commit 2d08752a04

View File

@@ -35,6 +35,7 @@ typedef struct {
uint8 colour_scheme_type; // 0x005
uint16 car_colours[32]; // 0x006
uint8 pad_046[0x03];
// 0 = closed, 1 = open, 2 = test
uint8 status; // 0x049
uint16 var_04A;
uint32 var_04C;