mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 05:26:10 +00:00
RuntimeCommonB: Make use of bitfield initializers where applicable
Given that we now target C++20, we can make use of bitfield initializers where applicable.
This commit is contained in:
@@ -27,11 +27,6 @@ CNewFlameThrower::CNewFlameThrower(const TToken<CWeaponDescription>& desc, std::
|
||||
x334_secondarySparks.GetObj();
|
||||
x340_swooshCenter.GetObj();
|
||||
x34c_swooshFire.GetObj();
|
||||
x37c_24_renderAuxEffects = false;
|
||||
x37c_25_firing = false;
|
||||
x37c_26_ = false;
|
||||
x37c_27_ = true;
|
||||
x37c_28_ = false;
|
||||
x380_.resize(3);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user