mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
This was not meant to be commited
This commit is contained in:
parent
e758f611a5
commit
95d9725ade
1 changed files with 1 additions and 1 deletions
|
|
@ -8630,7 +8630,7 @@ boolean P_MoveChaseCamera(player_t *player, camera_t *thiscam, boolean resetcall
|
||||||
{
|
{
|
||||||
thiscam->momx = x-thiscam->x;
|
thiscam->momx = x-thiscam->x;
|
||||||
thiscam->momy = y-thiscam->y;
|
thiscam->momy = y-thiscam->y;
|
||||||
#if 1
|
#if 0
|
||||||
if (player->kartstuff[k_pogospring]) // SRB2Kart: don't follow while bouncing, experimental
|
if (player->kartstuff[k_pogospring]) // SRB2Kart: don't follow while bouncing, experimental
|
||||||
thiscam->momz = 0;
|
thiscam->momz = 0;
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue