mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 08:27:42 +00:00
Runtime/Graphics: Replace bitfield unions with constructor initializers
This commit is contained in:
@@ -681,7 +681,16 @@ void CBooRenderer::LoadBallFade() {
|
||||
}
|
||||
|
||||
CBooRenderer::CBooRenderer(IObjectStore& store, IFactory& resFac)
|
||||
: x8_factory(resFac), xc_store(store), x2a8_thermalRand(20) {
|
||||
: x8_factory(resFac), xc_store(store), x2a8_thermalRand(20)
|
||||
, x318_24_refectionDirty(false)
|
||||
, x318_25_drawWireframe(false)
|
||||
, x318_26_requestRGBA6(false)
|
||||
, x318_27_currentRGBA6(false)
|
||||
, x318_28_disableFog(false)
|
||||
, x318_29_thermalVisor(false)
|
||||
, x318_30_inAreaDraw(false)
|
||||
, x318_31_persistRGBA6(false)
|
||||
, m_thermalHotPass(false) {
|
||||
g_Renderer = this;
|
||||
xee_24_ = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user