From 12bbb04fb9bb0f11699313329ef65460ad57c8bb Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Mon, 3 Sep 2018 21:21:40 -0400 Subject: [PATCH] This was not meant to be commited --- src/p_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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