diff --git a/src/hacks/Aimbot.cpp b/src/hacks/Aimbot.cpp index 8e90ad4b..6c279ec5 100644 --- a/src/hacks/Aimbot.cpp +++ b/src/hacks/Aimbot.cpp @@ -696,8 +696,8 @@ void PaintTraverse() { int BestHitbox(CachedEntity* target) { PROF_SECTION(CM_aimbot_besthitbox); - int preferred, ci, flags, bdmg, bodmg; - float cdmg; + int preferred, ci, flags, bdmg; + float cdmg, bodmg; bool ground; preferred = hitbox; switch ((int)hitbox_mode) {