WEAPON_GLOCK18: Change secondary/mode-switch timer to half. Emulating 1.5 behaviour.
This commit is contained in:
parent
91c70269f6
commit
78f779a07e
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ w_glock18_secondary(player pl)
|
|||
}
|
||||
#endif
|
||||
|
||||
pl.w_attack_next = 1.0f;
|
||||
pl.w_attack_next = 0.5f;
|
||||
pl.w_idle_next = pl.w_attack_next;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue