mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
update special reload bit size
This commit is contained in:
parent
c626c27df4
commit
37a310a568
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ weapon_data_t none
|
||||||
DEFINE_DELTA( m_flNextSecondaryAttack, DT_FLOAT | DT_SIGNED, 22, 1000.0 ),
|
DEFINE_DELTA( m_flNextSecondaryAttack, DT_FLOAT | DT_SIGNED, 22, 1000.0 ),
|
||||||
DEFINE_DELTA( m_iClip, DT_SIGNED | DT_INTEGER, 10, 1.0 ),
|
DEFINE_DELTA( m_iClip, DT_SIGNED | DT_INTEGER, 10, 1.0 ),
|
||||||
// DEFINE_DELTA( m_flPumpTime, DT_FLOAT | DT_SIGNED, 22, 1000.0 ),
|
// DEFINE_DELTA( m_flPumpTime, DT_FLOAT | DT_SIGNED, 22, 1000.0 ),
|
||||||
DEFINE_DELTA( m_fInSpecialReload, DT_INTEGER, 3, 1.0 ),
|
DEFINE_DELTA( m_fInSpecialReload, DT_INTEGER, 2, 1.0 ),
|
||||||
DEFINE_DELTA( m_fReloadTime, DT_FLOAT, 16, 100.0 ),
|
DEFINE_DELTA( m_fReloadTime, DT_FLOAT, 16, 100.0 ),
|
||||||
DEFINE_DELTA( m_fInReload, DT_INTEGER, 1, 1.0 ),
|
DEFINE_DELTA( m_fInReload, DT_INTEGER, 1, 1.0 ),
|
||||||
// DEFINE_DELTA( m_fAimedDamage, DT_FLOAT, 6, 0.1 ),
|
// DEFINE_DELTA( m_fAimedDamage, DT_FLOAT, 6, 0.1 ),
|
||||||
|
|
Loading…
Reference in a new issue