summaryrefslogtreecommitdiff
path: root/internal_rewrite/ui_dropdown_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal_rewrite/ui_dropdown_item.h')
-rw-r--r--internal_rewrite/ui_dropdown_item.h6
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 },