mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Forgot to make this change; now the friction thinker is DEFINITELY using less memory.
This commit is contained in:
parent
083350cab2
commit
5a0432816b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue