mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 19:56:13 +01:00
Use 16 bits for gTrackDesignSaveRideIndex throughout
This commit is contained in:
@@ -35,7 +35,7 @@ Ride gRideList[MAX_RIDES];
|
||||
int16_t gMapSizeUnits;
|
||||
int16_t gMapBaseZ;
|
||||
bool gTrackDesignSaveMode = false;
|
||||
uint8_t gTrackDesignSaveRideIndex = RIDE_ID_NULL;
|
||||
ride_id_t gTrackDesignSaveRideIndex = RIDE_ID_NULL;
|
||||
uint8_t gClipHeight = 255;
|
||||
CoordsXY gClipSelectionA = { 0, 0 };
|
||||
CoordsXY gClipSelectionB = { MAXIMUM_TILE_START_XY, MAXIMUM_TILE_START_XY };
|
||||
|
||||
Reference in New Issue
Block a user