diff options
| author | navewindre <boneyaard@gmail.com> | 2018-09-02 16:55:27 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-09-02 16:55:27 +0200 |
| commit | a988afb947e653b96f2b188d455865cd6fc80ea0 (patch) | |
| tree | 29d1cdd2da78632f3944d426cea566b0efe7fd68 /internal_rewrite/ui_dropdown_item.h | |
| parent | ce327351a910dbc7f899aabac2e08cad0a2102e9 (diff) | |
yea
Diffstat (limited to 'internal_rewrite/ui_dropdown_item.h')
| -rw-r--r-- | internal_rewrite/ui_dropdown_item.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal_rewrite/ui_dropdown_item.h b/internal_rewrite/ui_dropdown_item.h index 0475746..f998254 100644 --- a/internal_rewrite/ui_dropdown_item.h +++ b/internal_rewrite/ui_dropdown_item.h @@ -67,6 +67,12 @@ namespace ui { xors( "wide angle" ), 3 },
};
+ static std::vector< dropdown_item_t< > > auto_stop = {
+ { xors( "none" ), 0 },
+ { xors( "hitchance" ), 1 },
+ { xors( "full" ), 2 }
+ };
+
static std::vector< dropdown_item_t< > > antiaim_edge = {
{ xors( "off" ), 0 },
{ xors( "peek" ), 1 },
|
