Forgot to make this change; now the friction thinker is DEFINITELY using less memory.

This commit is contained in:
toasterbabe 2016-06-03 15:44:21 +01:00
parent 083350cab2
commit 5a0432816b

View file

@ -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