diff options
| author | navewindre <boneyaard@gmail.com> | 2018-12-25 20:27:23 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-12-25 20:27:23 +0100 |
| commit | 2f8e2c585c14ec4bae7b31d17799d56ea3e50348 (patch) | |
| tree | 7fd2f371fc24a3c3f253db498fd44d8b9f80a39e /cheat/internal_rewrite/ui.h | |
| parent | 8be3f19c8ace79135a593ac697751579fa1a0998 (diff) | |
dsad
Diffstat (limited to 'cheat/internal_rewrite/ui.h')
| -rw-r--r-- | cheat/internal_rewrite/ui.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cheat/internal_rewrite/ui.h b/cheat/internal_rewrite/ui.h index 50ca921..8142412 100644 --- a/cheat/internal_rewrite/ui.h +++ b/cheat/internal_rewrite/ui.h @@ -418,8 +418,6 @@ namespace ui yaw_form->add_item( std::make_shared< ui::c_dropdown< > >( 0, 0, 140, xors( "fake yaw" ), &g_settings.rage.fake_yaw, &dropdowns::antiaim_fake ) );
- yaw_form->add_item( std::make_shared< ui::c_slider< int > >( 0, 0, 140, -180, 180, &g_settings.rage.fake_yaw_add( ) ) )->set_cond(
- [ ]( ) { return !!g_settings.rage.fake_yaw( ); } );
}
auto edge_form = std::make_shared< ui::c_form >( 0, 0, 215, 110, xors( "edge detection" ), 110 ); {
@@ -859,9 +857,6 @@ namespace ui static auto jitter_real_moving = menu->find_item( xors( "real yaw moving jitter" ) );
jitter_real_moving->set_text( g_settings.rage.real_yaw_moving == 2 ? xors( "spin range" ) : xors( "real yaw moving jitter" ) );
- static auto jitter_fake = menu->find_item( xors( "fake yaw jitter" ) );
- jitter_fake->set_text( g_settings.rage.fake_yaw == 2 ? xors( "spin range" ) : xors( "fake yaw jitter" ) );
-
static auto jitter_air = menu->find_item( xors( "in-air yaw jitter" ) );
jitter_air->set_text( g_settings.rage.air_yaw == 2 ? xors( "spin range" ) : xors( "in-air yaw jitter" ) );
|
