From 5a0432816b47dc43cd37aa16a8aceb119ed30dbf Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Fri, 3 Jun 2016 15:44:21 +0100 Subject: [PATCH] Forgot to make this change; now the friction thinker is DEFINITELY using less memory. --- src/p_spec.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/p_spec.h b/src/p_spec.h index a8f9ac492..b90764f61 100644 --- a/src/p_spec.h +++ b/src/p_spec.h @@ -386,7 +386,6 @@ typedef struct { thinker_t thinker; ///< Thinker structure for friction. INT32 friction; ///< Friction value, 0xe800 = normal. - INT32 movefactor; ///< Inertia factor when adding to momentum. INT32 affectee; ///< Number of affected sector. INT32 referrer; ///< If roverfriction == true, then this will contain the sector # of the control sector where the effect was applied. UINT8 roverfriction; ///< flag for whether friction originated from a FOF or not