mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 20:01:34 +00:00
SERVER: sike, default walk speed to 1
This commit is contained in:
parent
c649a7c587
commit
2940a828e3
1 changed files with 1 additions and 2 deletions
|
@ -1233,8 +1233,7 @@ float(float wep, float delaytype) getWeaponDelay =
|
|||
|
||||
float GetWeaponWalkSpeed(float perks, float weapon)
|
||||
{
|
||||
// leave this at 0 so people who add new weapons know they did something WRONG >:D
|
||||
float speed_multiplier = 0;
|
||||
float speed_multiplier = 1;
|
||||
|
||||
switch (weapon) {
|
||||
case W_COLT:
|
||||
|
|
Loading…
Reference in a new issue