mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 14:42:05 +00:00
Merge pull request #49 from nzp-team/standard-Springfield-ADS
fixing springfield ADS on non-FTE platforms
This commit is contained in:
commit
96f29dfb1b
1 changed files with 1 additions and 1 deletions
|
@ -1474,7 +1474,7 @@ vector GetWeaponADSOfs_PSP(float wep) =
|
|||
return [-5495.9, 2606.9, 0];
|
||||
case W_SPRING:
|
||||
case W_PULVERIZER:
|
||||
return [-5495.9, 2706.9, 0];
|
||||
return [-5295.9, 3206.9, -5000];
|
||||
case W_KAR_SCOPE:
|
||||
case W_HEADCRACKER:
|
||||
return [-5286, 706.1, 0];
|
||||
|
|
Loading…
Reference in a new issue