mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-22 20:02:37 +00:00
Fix crosshair rendering a bit
This commit is contained in:
parent
f6cf182bff
commit
2f6cc747e3
1 changed files with 2 additions and 2 deletions
|
@ -1190,7 +1190,7 @@ int CrossHairWeapon (void)
|
|||
break;
|
||||
}
|
||||
|
||||
i *= 0.75;
|
||||
i *= 1.15;
|
||||
|
||||
if (cl.perks & 64)
|
||||
i *= 0.65;
|
||||
|
@ -1266,7 +1266,7 @@ int CrossHairMaxSpread (void)
|
|||
break;
|
||||
}
|
||||
|
||||
i *= 0.75;
|
||||
i *= 1.15;
|
||||
|
||||
if (cl.perks & 64)
|
||||
i *= 0.65;
|
||||
|
|
Loading…
Reference in a new issue