diff options
| author | navewindre <boneyaard@gmail.com> | 2018-08-31 18:57:02 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-08-31 18:57:02 +0200 |
| commit | 78a6e235c3b0006bf29868d5f7ad0628d522fa79 (patch) | |
| tree | a5bf8ca0005794f717f70c1428a8a1e1d69e9521 /internal_rewrite/ragebot.cpp | |
| parent | 1f3f1ab2a20c6d90189cf1fd03cfbb08077bc02e (diff) | |
ah yes
Diffstat (limited to 'internal_rewrite/ragebot.cpp')
| -rw-r--r-- | internal_rewrite/ragebot.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal_rewrite/ragebot.cpp b/internal_rewrite/ragebot.cpp index 435559e..5e106ce 100644 --- a/internal_rewrite/ragebot.cpp +++ b/internal_rewrite/ragebot.cpp @@ -140,10 +140,6 @@ namespace features vec3_t max_dir = math::angle_vectors( math::vector_angles( center, box->bbmax ) );
vec3_t max = center + max_dir * dist * g_settings.rage.active->m_hitbox_scale * 1.1f;
- //float radius = box->m_flRadius * 1.1f * g_settings.rage.active->m_hitbox_scale;
- //min -= vec3_t( radius, radius, radius );
- //max += vec3_t( radius, radius, radius );
-
static int point_index[ 65 ][ HITBOX_MAX ];
std::array< vec3_t, 8 > points = {
|
