mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-12 01:32:16 +00:00
reset these too
This commit is contained in:
parent
ad2efe658f
commit
abb50683ff
1 changed files with 1 additions and 1 deletions
|
|
@ -8299,7 +8299,7 @@ boolean P_MoveChaseCamera(player_t *player, camera_t *thiscam, boolean resetcall
|
|||
|
||||
// SRB2Kart: set camera panning
|
||||
if (camstill || resetcalled || player->playerstate == PST_DEAD)
|
||||
pan = 0;
|
||||
pan = xpan = ypan = 0;
|
||||
else
|
||||
{
|
||||
if (player->kartstuff[k_drift] != 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue