mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 18:10:33 +00:00
CAutomobile::PreRender; whole class finished
This commit is contained in:
parent
8de701dd70
commit
6ff921c160
18 changed files with 764 additions and 38 deletions
|
@ -65,7 +65,7 @@ CEntity::CEntity(void)
|
|||
m_flagD8 = false;
|
||||
bIsSubway = false;
|
||||
bDrawLast = false;
|
||||
m_flagD40 = false;
|
||||
bNoBrightHeadLights = false;
|
||||
m_flagD80 = false;
|
||||
|
||||
bDistanceFade = false;
|
||||
|
|
|
@ -76,7 +76,7 @@ public:
|
|||
uint32 m_flagD8 : 1; // used by cBuoyancy::ProcessBuoyancy
|
||||
uint32 bIsSubway : 1; // set when subway, but maybe different meaning?
|
||||
uint32 bDrawLast : 1;
|
||||
uint32 m_flagD40 : 1;
|
||||
uint32 bNoBrightHeadLights : 1;
|
||||
uint32 m_flagD80 : 1; // CObject visibility?
|
||||
|
||||
// flagsE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue