summaryrefslogtreecommitdiff
path: root/internal_rewrite/ui_dropdown_item.h
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-09-21 13:45:50 +0200
committernavewindre <boneyaard@gmail.com>2018-09-21 13:45:50 +0200
commitfe13019366cd7929093516f479d7f23c6c38d19f (patch)
tree795bcf6d0f259c4c2c48d6c3a3401d3c37d80bb8 /internal_rewrite/ui_dropdown_item.h
parentb6c1df361bc9e0c42d003a13854b655b8d6d5eaf (diff)
a
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 f3b3606..9afbbd2 100644
--- a/internal_rewrite/ui_dropdown_item.h
+++ b/internal_rewrite/ui_dropdown_item.h
@@ -81,6 +81,12 @@ namespace ui
{ xors( "full" ), 2 },
};
+ static std::vector< dropdown_item_t< > > autostrafe_types = {
+ { xors( "none" ), 0 },
+ { xors( "view" ), 1 },
+ { xors( "view + movement" ), 2 }
+ };
+
static std::vector< dropdown_item_t< > > antiaim_edge_type = {
{ xors( "static" ), 0 },
{ xors( "narrow angle" ), 1 },