diff options
| author | navewindre <boneyaard@gmail.com> | 2018-09-21 13:45:50 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-09-21 13:45:50 +0200 |
| commit | fe13019366cd7929093516f479d7f23c6c38d19f (patch) | |
| tree | 795bcf6d0f259c4c2c48d6c3a3401d3c37d80bb8 /internal_rewrite/ui.h | |
| parent | b6c1df361bc9e0c42d003a13854b655b8d6d5eaf (diff) | |
a
Diffstat (limited to 'internal_rewrite/ui.h')
| -rw-r--r-- | internal_rewrite/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal_rewrite/ui.h b/internal_rewrite/ui.h index 247a0d5..ff646a5 100644 --- a/internal_rewrite/ui.h +++ b/internal_rewrite/ui.h @@ -669,7 +669,7 @@ namespace ui auto column_right = subtab_general->add_item( std::make_shared< ui::base_item >( 220, -5, 0, 0 ) );
auto movement_form = std::make_shared< ui::c_form >( 0, 0, 215, 0, xors( "movement" ), 145 ); {
- movement_form->add_item( std::make_shared< ui::c_checkbox >( 0, 0, xors( "auto strafe" ), &g_settings.misc.auto_strafe ) );
+ movement_form->add_item( std::make_shared< ui::c_dropdown< > >( 0, 0, 120, xors( "auto strafe" ), &g_settings.misc.auto_strafe, &dropdowns::autostrafe_types ) );
movement_form->add_item( std::make_shared< ui::c_checkbox >( 0, 0, xors( "bhop" ), &g_settings.misc.bunny_hop( ) ) );
auto circle_box = movement_form->add_item( std::make_shared< ui::c_checkbox >( 0, 0, xors( "circle strafe" ), &g_settings.misc.circle_strafe ) );
circle_box->add_item( std::make_shared< ui::c_key_picker_small >( 195, 1, &g_settings.misc.circle_strafe_key ) );
|
