mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 07:26:10 +00:00
Runtime/MP1/World: Replace bitfield unions with constructor initializers
This commit is contained in:
@@ -56,7 +56,15 @@ CMetroidBeta::CMetroidBeta(TUniqueId uid, std::string_view name, const CEntityIn
|
||||
, x824_(std::make_unique<CParticleSwoosh>(x7f0_, 0))
|
||||
, x828_(std::make_unique<CElementGen>(x7fc_))
|
||||
, x82c_(std::make_unique<CElementGen>(x808_))
|
||||
, x830_(std::make_unique<CElementGen>(x814_)) {
|
||||
, x830_(std::make_unique<CElementGen>(x814_))
|
||||
, x840_24_(false)
|
||||
, x840_25_(false)
|
||||
, x840_26_(false)
|
||||
, x840_27_(false)
|
||||
, x840_28_(false)
|
||||
, x840_29_(false)
|
||||
, x840_30_(false)
|
||||
, x840_31_(false) {
|
||||
x820_->SetParticleEmission(false);
|
||||
x828_->SetParticleEmission(false);
|
||||
x82c_->SetParticleEmission(false);
|
||||
|
||||
Reference in New Issue
Block a user