This was not meant to be commited

This commit is contained in:
TehRealSalt 2018-09-03 21:21:40 -04:00
parent c1d92a45f8
commit 12bbb04fb9

View file

@ -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