mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 21:07:42 +00:00
Runtime/Weapon: Replace bitfield unions with constructor initializers
This commit is contained in:
@@ -37,7 +37,13 @@ CGrappleArm::CGrappleArm(const zeus::CVector3f& scale)
|
||||
, x398_grappleHitGen(std::make_unique<CElementGen>(x36c_grappleHitDesc))
|
||||
, x39c_grappleMuzzleGen(std::make_unique<CElementGen>(x378_grappleMuzzleDesc))
|
||||
, x3a0_grappleSwooshGen(std::make_unique<CParticleSwoosh>(x384_grappleSwooshDesc, 0))
|
||||
, x3a4_rainSplashGenerator(std::make_unique<CRainSplashGenerator>(scale, 20, 2, 0.f, 0.125f)) {
|
||||
, x3a4_rainSplashGenerator(std::make_unique<CRainSplashGenerator>(scale, 20, 2, 0.f, 0.125f))
|
||||
, x3b2_24_active(false)
|
||||
, x3b2_25_beamActive(false)
|
||||
, x3b2_26_grappleHit(false)
|
||||
, x3b2_27_armMoving(false)
|
||||
, x3b2_28_isGrappling(false)
|
||||
, x3b2_29_suitLoading(false) {
|
||||
x0_grappleArmModel->SetSortThermal(true);
|
||||
xa0_grappleGearModel.SetSortThermal(true);
|
||||
xec_grapNoz1Model.SetSortThermal(true);
|
||||
|
||||
Reference in New Issue
Block a user