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:
parent
83151aaf0b
commit
d8702df548
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue