mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-26 14:45:38 +03:00
fix for previous commit
This commit is contained in:
parent
83151aaf0b
commit
d8702df548
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user