diff --git a/src/p_user.c b/src/p_user.c index 9ba70c45..37af2637 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -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