summaryrefslogtreecommitdiff
path: root/internal_rewrite/ui_dropdown_item.h
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-09-12 19:59:25 +0200
committernavewindre <boneyaard@gmail.com>2018-09-12 19:59:25 +0200
commite8bff3fb5f484e2fb98bf157f4b85b61fdbd0620 (patch)
tree5e064b07860334cf28b87aa35d2f263799f12702 /internal_rewrite/ui_dropdown_item.h
parent0c9460b29a3aa8d0b07495b4cf087b1968242cd8 (diff)
a
Diffstat (limited to 'internal_rewrite/ui_dropdown_item.h')
-rw-r--r--internal_rewrite/ui_dropdown_item.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal_rewrite/ui_dropdown_item.h b/internal_rewrite/ui_dropdown_item.h
index aa3d41e..f3b3606 100644
--- a/internal_rewrite/ui_dropdown_item.h
+++ b/internal_rewrite/ui_dropdown_item.h
@@ -70,6 +70,8 @@ namespace ui
static std::vector< dropdown_item_t< > > auto_stop = {
{ xors( "none" ), 0 },
{ xors( "hitchance" ), 1 },
+ { xors( "hitchance + lag" ), 4 },
+ { xors( "slide" ), 3 },
{ xors( "full" ), 2 }
};