propagate name changes from commit fce97ea (#1508)

* propagate name changes from commit fce97ea

* remove dependency on omni types

* rename parameter too
This commit is contained in:
Erik Schulze
2025-05-19 21:25:52 +02:00
committed by GitHub
parent 6808669da0
commit d67318e78b
5 changed files with 11 additions and 11 deletions

View File

@@ -7,7 +7,7 @@
DECOMP_SIZE_ASSERT(ViewROI, 0xe4)
// GLOBAL: LEGO1 0x101013d8
undefined g_unk101013d8 = 0;
unsigned char g_lightSupport = FALSE;
// FUNCTION: LEGO1 0x100a9eb0
float ViewROI::IntrinsicImportance() const
@@ -78,9 +78,9 @@ void ViewROI::VTable0x1c()
}
// FUNCTION: LEGO1 0x100aa500
undefined ViewROI::SetUnk101013d8(undefined p_flag)
unsigned char ViewROI::SetLightSupport(unsigned char p_lightSupport)
{
undefined oldFlag = g_unk101013d8;
g_unk101013d8 = p_flag;
unsigned char oldFlag = g_lightSupport;
g_lightSupport = p_lightSupport;
return oldFlag;
}

View File

@@ -59,7 +59,7 @@ public:
int GetUnknown0xe0() { return m_unk0xe0; }
void SetUnknown0xe0(int p_unk0xe0) { m_unk0xe0 = p_unk0xe0; }
static undefined SetUnk101013d8(undefined p_flag);
static unsigned char SetLightSupport(unsigned char p_lightSupport);
protected:
void UpdateWorldData(const Matrix4& parent2world) override; // vtable+0x28