You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
Remove unused news_variables
This commit is contained in:
@@ -284,15 +284,6 @@ struct new_ride_variables
|
||||
uint16_t selected_ride_countdown; // 488
|
||||
};
|
||||
|
||||
struct news_variables
|
||||
{
|
||||
int16_t var_480;
|
||||
int16_t var_482;
|
||||
uint16_t var_484;
|
||||
uint16_t var_486;
|
||||
uint16_t var_488;
|
||||
};
|
||||
|
||||
struct ride_variables
|
||||
{
|
||||
int16_t view;
|
||||
|
||||
@@ -59,7 +59,6 @@ struct rct_window
|
||||
{
|
||||
campaign_variables campaign;
|
||||
new_ride_variables new_ride;
|
||||
news_variables news;
|
||||
ride_variables ride;
|
||||
track_list_variables track_list;
|
||||
error_variables error;
|
||||
|
||||
Reference in New Issue
Block a user