Random Events

This commit is contained in:
FrogAi
2024-01-12 22:39:30 -07:00
parent f71e0b629f
commit deb2b8d247
18 changed files with 56 additions and 5 deletions

View File

@@ -192,6 +192,7 @@ typedef struct UIScene {
bool mute_dm;
bool personalities_via_screen;
bool quality_of_life_visuals;
bool random_events;
bool road_name_ui;
bool rotating_wheel;
bool show_driver_camera;
@@ -218,6 +219,7 @@ typedef struct UIScene {
int conditional_speed;
int conditional_speed_lead;
int conditional_status;
int current_random_event;
int custom_colors;
int custom_signals;
int desired_follow;