diff options
| author | Rosemary Witchaven <32779090+in1tiate@users.noreply.github.com> | 2022-07-23 10:19:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-23 18:19:00 +0300 |
| commit | 8138187f922862224960219068914adb686c8cb5 (patch) | |
| tree | 51b935c11cc562377aaf843ce6032301bee82159 /include | |
| parent | ef49b46c37c3d1922db7afcbfd7a715a250a5b4c (diff) | |
Change FL variable names for clarity (#810)
* Change FL variable names for clarity
* Missed one somehow
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/aoapplication.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h index 48b30a10..c3b7550f 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -88,22 +88,22 @@ public: /////////////////server metadata////////////////// - bool yellow_text_enabled = false; - bool prezoom_enabled = false; - bool flipping_enabled = false; - bool custom_objection_enabled = false; - bool desk_mod_enabled = false; - bool evidence_enabled = false; - bool cccc_ic_support_enabled = false; - bool arup_enabled = false; - bool casing_alerts_enabled = false; - bool modcall_reason_enabled = false; - bool looping_sfx_support_enabled = false; - bool additive_enabled = false; - bool effects_enabled = false; - bool y_offset_enabled = false; - bool expanded_desk_mods_enabled = false; - bool auth_packet_enabled = false; + bool yellow_text_supported = false; + bool prezoom_supported = false; + bool flipping_supported = false; + bool custom_objection_supported = false; + bool desk_mod_supported = false; + bool evidence_supported = false; + bool cccc_ic_supported = false; + bool arup_supported = false; + bool casing_alerts_supported = false; + bool modcall_reason_supported = false; + bool looping_sfx_supported = false; + bool additive_text_supported = false; + bool effects_supported = false; + bool y_offset_supported = false; + bool expanded_desk_mods_supported = false; + bool auth_packet_supported = false; ///////////////loading info/////////////////// |
