From 1723bb55f9cd5a579670c9c1fe594c449691ef83 Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Thu, 9 Jun 2016 15:24:23 +0100 Subject: [PATCH] Okay, NOW I fixed the compile error. Forgot to stage this. --- src/p_user.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/p_user.c b/src/p_user.c index ca0224132..499966798 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -2849,7 +2849,6 @@ static boolean PIT_CheckSolidsTeeter(mobj_t *thing) // static void P_DoTeeter(player_t *player) { - msecnode_t *node; boolean teeter = false; boolean roverfloor; // solid 3d floors? fixed_t floorheight, ceilingheight;