summaryrefslogtreecommitdiff
path: root/internal_rewrite/ragebot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'internal_rewrite/ragebot.cpp')
-rw-r--r--internal_rewrite/ragebot.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal_rewrite/ragebot.cpp b/internal_rewrite/ragebot.cpp
index 2f99b29..ac19504 100644
--- a/internal_rewrite/ragebot.cpp
+++ b/internal_rewrite/ragebot.cpp
@@ -1039,6 +1039,10 @@ namespace features
g_ctx.m_has_incremented_shots = true;
}
+ memcpy( g_ctx.m_shot_data[ g_ctx.m_last_shot ].m_matrix,
+ m_shot_matrix,
+ sizeof( matrix3x4 ) * ent->m_CachedBoneData( ).GetSize( ) );
+
set_angles( angle.clamp( ) );
if( g_settings.rage.active->m_auto_stop && !g_settings.rage.compensate_spread( ) )