2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-13 18:06:09 +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:
Lioncash
2020-04-20 00:57:50 -04:00
parent 2103c38f54
commit 554893ef85
184 changed files with 587 additions and 1117 deletions

View File

@@ -23,10 +23,6 @@ CHUDBillboardEffect::CHUDBillboardEffect(const std::optional<TToken<CGenDescript
xec_translation = translation;
xec_translation.y() += dist;
xf8_localScale = scale1 * scale0;
x104_24_renderAsParticleGen = true;
x104_25_enableRender = false;
x104_26_isElementGen = false;
x104_27_runIndefinitely = false;
if (particle) {
x104_26_isElementGen = true;