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

Add comment about special_frames

[ci skip]
This commit is contained in:
Michael Steenbeek
2017-09-14 14:10:35 +02:00
parent 9cba5436e5
commit 8954303d99

View File

@@ -74,7 +74,7 @@ typedef struct rct_ride_entry_vehicle {
uint8 car_visual; // 0x5D , 0x77
uint8 effect_visual;
uint8 draw_order;
uint8 special_frames; // 0x60 , 0x7A
uint8 special_frames; // 0x60 , 0x7A, A custom number that can be used rather than letting RCT2 determine it. Needs the VEHICLE_ENTRY_FLAG_HAS_SPECIAL_FRAMES flag set.
sint8* peep_loading_positions; // 0x61 , 0x7B
#ifdef NO_RCT2
uint16 peep_loading_positions_count;