Add bullet tracers

This commit is contained in:
8dcc
2023-07-31 15:55:01 +02:00
parent 87e6b34eee
commit d09fdf66b5
3 changed files with 28 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ void h_CL_CreateMove(float frametime, usercmd_t* cmd, int active) {
bhop(cmd);
aimbot(cmd);
bullet_tracers(cmd);
correct_movement(cmd, old_angles);
vec_clamp(cmd->viewangles);