mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-14 23:58:06 +03:00
parent
5e573a40af
commit
38ff7ce1fc
@ -938,11 +938,7 @@ CGrenade *CGrenade::ShootTimed(entvars_t *pevOwner, Vector vecStart, Vector vecV
|
|||||||
return pGrenade;
|
return pGrenade;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef REGAMEDLL_FIXES
|
constexpr float NEXT_DEFUSE_TIME = 0.5f;
|
||||||
constexpr float NEXT_DEFUSE_TIME = 0.25f;
|
|
||||||
#else
|
|
||||||
constexpr float NEXT_DEFUSE_TIME = 0.5f;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void CGrenade::Use(CBaseEntity *pActivator, CBaseEntity *pCaller, USE_TYPE useType, float value)
|
void CGrenade::Use(CBaseEntity *pActivator, CBaseEntity *pCaller, USE_TYPE useType, float value)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user