mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
Fix type of StartTrackPiece
This commit is contained in:
@@ -186,7 +186,7 @@ struct RideTypeDescriptor
|
||||
RideTrackGroup ExtraTrackPieces;
|
||||
RideTrackGroup CoveredTrackPieces;
|
||||
/** rct2: 0x0097CC68 */
|
||||
uint64_t StartTrackPiece;
|
||||
track_type_t StartTrackPiece;
|
||||
TRACK_PAINT_FUNCTION_GETTER TrackPaintFunction;
|
||||
uint64_t Flags;
|
||||
/** rct2: 0x0097C8AC */
|
||||
|
||||
Reference in New Issue
Block a user