mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-02-10 22:08:47 +03:00
This commit is contained in:
parent
7fb624ab6c
commit
a7443e9e1e
@ -303,7 +303,11 @@ void CC4::WeaponIdle()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef REGAMEDLL_FIXES
|
||||||
|
m_flTimeWeaponIdle = UTIL_WeaponTimeBase() + 20.0f;
|
||||||
|
#else
|
||||||
SendWeaponAnim(C4_DRAW, UseDecrement() != FALSE);
|
SendWeaponAnim(C4_DRAW, UseDecrement() != FALSE);
|
||||||
|
#endif
|
||||||
SendWeaponAnim(C4_IDLE1, UseDecrement() != FALSE);
|
SendWeaponAnim(C4_IDLE1, UseDecrement() != FALSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user