diff options
Diffstat (limited to 'cheat/internal_rewrite/ragebot_antiaim.cpp')
| -rw-r--r-- | cheat/internal_rewrite/ragebot_antiaim.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cheat/internal_rewrite/ragebot_antiaim.cpp b/cheat/internal_rewrite/ragebot_antiaim.cpp index ac050c9..367ddec 100644 --- a/cheat/internal_rewrite/ragebot_antiaim.cpp +++ b/cheat/internal_rewrite/ragebot_antiaim.cpp @@ -109,6 +109,7 @@ namespace features } else if( v52 >= 180.f )
v52 -= 360.f;
*/
+
return max_delta;
}
@@ -790,7 +791,7 @@ namespace features }
if( is_fake && g_ctx.m_local->m_fFlags( ) & FL_ONGROUND )
- return g_ctx.m_local->get_animstate( )->m_flGoalFeetYaw + desync_delta( );;
+ return g_ctx.m_local->get_animstate( )->m_flGoalFeetYaw + desync_delta( );
return get_yaw( false, original, no_jitter );
}
|
