Fixed var being int when should be float
This commit is contained in:
parent
0fbb28e621
commit
325f08c937
@ -696,8 +696,8 @@ void PaintTraverse() {
|
|||||||
int BestHitbox(CachedEntity* target) {
|
int BestHitbox(CachedEntity* target) {
|
||||||
PROF_SECTION(CM_aimbot_besthitbox);
|
PROF_SECTION(CM_aimbot_besthitbox);
|
||||||
|
|
||||||
int preferred, ci, flags, bdmg, bodmg;
|
int preferred, ci, flags, bdmg;
|
||||||
float cdmg;
|
float cdmg, bodmg;
|
||||||
bool ground;
|
bool ground;
|
||||||
preferred = hitbox;
|
preferred = hitbox;
|
||||||
switch ((int)hitbox_mode) {
|
switch ((int)hitbox_mode) {
|
||||||
|
Reference in New Issue
Block a user