mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
* propagate name changes from commit fce97ea
* remove dependency on omni types
* rename parameter too
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user