mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-17 23:21:05 +00:00
This was not meant to be commited
This commit is contained in:
parent
c1d92a45f8
commit
12bbb04fb9
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->momy = y-thiscam->y;
|
||||
#if 1
|
||||
#if 0
|
||||
if (player->kartstuff[k_pogospring]) // SRB2Kart: don't follow while bouncing, experimental
|
||||
thiscam->momz = 0;
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue