mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 01:37:03 +00:00
RuntimeCommon: Make use of bitfield initializers where applicable
Continues and finishes the migration towards initializing all bitfield members where applicable
This commit is contained in:
@@ -62,9 +62,6 @@ CRagDoll::CRagDoll(float normalGravity, float floatingGravity, float overTime, u
|
||||
: x44_normalGravity(normalGravity)
|
||||
, x48_floatingGravity(floatingGravity)
|
||||
, x50_overTimer(overTime)
|
||||
, x68_24_prevMovingSlowly(false)
|
||||
, x68_25_over(false)
|
||||
, x68_26_primed(false)
|
||||
, x68_27_continueSmallMovements(bool(flags & 0x1))
|
||||
, x68_28_noOverTimer(bool(flags & 0x2))
|
||||
, x68_29_noAiCollision(bool(flags & 0x4)) {}
|
||||
|
||||
Reference in New Issue
Block a user