2
0
Fork 0
mirror of https://github.com/rehlds/ReGameDLL_CS.git synced 2025-08-17 12:09:34 +03:00

fix for previous commit

This commit is contained in:
Sergey Shorokhov 2022-10-08 20:35:12 +03:00
commit d8702df548

View file

@ -1440,7 +1440,7 @@ void CGrenade::C4Think()
if (pBombOwner)
{
#ifdef REGAMEDLL_ADD
pBombOwner->pev->frags += give_c4_frags.value;
pBombOwner->pev->frags += (int)give_c4_frags.value;
#else
pBombOwner->pev->frags += 3.0f;
#endif