mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 20:01:34 +00:00
fixing springfield ADS on non-FTE platforms
This commit is contained in:
parent
8c907d6049
commit
bb1ce27d20
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