fix crits.cpp textmode

This commit is contained in:
nullifiedcat 2017-12-09 19:05:21 +03:00
parent 41066e2302
commit 0c11b18ef1

View File

@ -129,6 +129,7 @@ bool random_crits_enabled()
return tf_weapon_criticals->GetBool();
}
#if ENABLE_VISUALS == 1
void draw()
{
if (CE_BAD(LOCAL_W))
@ -166,6 +167,8 @@ void draw()
// *(float*)((uintptr_t)RAW_ENT(LOCAL_W) + 2872u)));
}
}
#endif
}
void crithack_saved_state::Load(IClientEntity *entity)