From 0619281a34c4db322fed2dbbe507ee2b6e5e24c0 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Mon, 7 Sep 2020 22:48:25 +1000 Subject: [PATCH] - SW: Remove unused `centering` bool from `PLAYERp` struct. --- source/sw/src/game.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/sw/src/game.h b/source/sw/src/game.h index b4b2d9cf2..474623250 100644 --- a/source/sw/src/game.h +++ b/source/sw/src/game.h @@ -881,7 +881,6 @@ struct PLAYERstruct // variables that do not fit into sprite structure int hvel,tilt,tilt_dest; - bool centering; fixed_t q16horiz, q16horizbase, q16horizoff, q16ang; short recoil_amt; short recoil_speed;