WEAPON_GLOCK18: Change secondary/mode-switch timer to half. Emulating 1.5 behaviour.

This commit is contained in:
Marco Cawthorne 2022-04-23 17:39:32 -07:00
parent 91c70269f6
commit 78f779a07e
Signed by: eukara
GPG key ID: C196CD8BA993248A

View file

@ -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;
}