diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-16 18:11:19 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-16 18:11:19 +0300 |
| commit | b037edc9d8360ee679cae8d5f6c4d138ede4482b (patch) | |
| tree | b22c1b715c42ae490af56a1ac12d6051c43d4848 /include/aoapplication.h | |
| parent | 9b39b7d6aa2beb8b5496a528c2351adf125c4601 (diff) | |
Add additive text option where your messages are added to your previous one, fully networked and ready for the server
Adjust some pointless static bool casts to be actual logic checks
Diffstat (limited to 'include/aoapplication.h')
| -rw-r--r-- | include/aoapplication.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h index e4a5b7f6..f499faf0 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -79,6 +79,7 @@ public: bool casing_alerts_enabled = false; bool modcall_reason_enabled = false; bool looping_sfx_support_enabled = false; + bool additive_enabled = false; ///////////////loading info/////////////////// |
