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.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 }
};