mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Partial revert 89c503135a: fix aiming range for downward slope camera
This commit is contained in:
parent
8dc35c0fe3
commit
8f9c383188
1 changed files with 1 additions and 1 deletions
|
|
@ -761,7 +761,7 @@ INT16 G_SoftwareClipAimingPitch(INT32 *aiming)
|
||||||
INT32 limitangle;
|
INT32 limitangle;
|
||||||
|
|
||||||
// note: the current software mode implementation doesn't have true perspective
|
// note: the current software mode implementation doesn't have true perspective
|
||||||
limitangle = ANGLE_45; // Some viewing fun, but not too far down...
|
limitangle = ANGLE_90 - ANG10; // Some viewing fun, but not too far down...
|
||||||
|
|
||||||
if (*aiming > limitangle)
|
if (*aiming > limitangle)
|
||||||
*aiming = limitangle;
|
*aiming = limitangle;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue