mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Add comment to the Ride struct about Testpaint
[ci skip]
This commit is contained in:
@@ -138,6 +138,9 @@ assert_struct_size(rct_ride_entry, 0x1c2);
|
||||
/**
|
||||
* Ride structure.
|
||||
* size: 0x0260
|
||||
*
|
||||
* This is currently the same as rct2_ride and packed in order to keep Testpaint working.
|
||||
* Testpaint could be modified to work with an unpacked and/or modified Ride struct.
|
||||
*/
|
||||
typedef struct Ride {
|
||||
uint8 type; // 0x000
|
||||
|
||||
Reference in New Issue
Block a user