mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-20 19:02:37 +00:00
reset these too
This commit is contained in:
parent
78ef057f81
commit
0fcb45a9af
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…
Reference in a new issue