mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
Merge pull request #20404 from duncanspumpkin/rideWindow
Ride Window refactor
This commit is contained in:
@@ -280,13 +280,6 @@ struct NewRideVariables
|
||||
uint16_t selected_ride_countdown; // 488
|
||||
};
|
||||
|
||||
struct RideVariables
|
||||
{
|
||||
int16_t view;
|
||||
int32_t var_482;
|
||||
int32_t var_486;
|
||||
};
|
||||
|
||||
struct TrackListVariables
|
||||
{
|
||||
bool track_list_being_updated;
|
||||
|
||||
@@ -59,7 +59,6 @@ struct WindowBase
|
||||
{
|
||||
CampaignVariables campaign;
|
||||
NewRideVariables new_ride;
|
||||
RideVariables ride;
|
||||
TrackListVariables track_list;
|
||||
ErrorVariables error;
|
||||
void* custom_info;
|
||||
|
||||
Reference in New Issue
Block a user