summaryrefslogtreecommitdiff
path: root/internal_rewrite/ragebot_antiaim.cpp
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-11-26 13:43:26 +0100
committernavewindre <boneyaard@gmail.com>2018-11-26 13:43:26 +0100
commit7cd2571c16edf9d6b442a0093ed0d9fb2d2ba1d1 (patch)
tree1ad9e7303d120244f7483e58431648550b2b72e9 /internal_rewrite/ragebot_antiaim.cpp
parent0bc63d4dbbfe4fb74b4114f0ae11bfe8c87d5cc9 (diff)
dffsd
Diffstat (limited to 'internal_rewrite/ragebot_antiaim.cpp')
-rw-r--r--internal_rewrite/ragebot_antiaim.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal_rewrite/ragebot_antiaim.cpp b/internal_rewrite/ragebot_antiaim.cpp
index efb225c..a58897e 100644
--- a/internal_rewrite/ragebot_antiaim.cpp
+++ b/internal_rewrite/ragebot_antiaim.cpp
@@ -636,8 +636,6 @@ namespace features
g_ctx.get_last_cmd( )->m_sidemove = ndir.y * wishspeed;
};
- //int ticks_to_update = g_settings.rage.break_lby( ) ? m_breaker.get_next_update( ) - 1 : g_settings.rage.fakewalk_ticks;
-
int ticks_to_stop;
for( ticks_to_stop = 0; ticks_to_stop < 15; ++ticks_to_stop ) {
if( velocity.length2d( ) < 0.1f )