mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 19:30:35 +00:00
implemented cBuoyancy
This commit is contained in:
parent
e9cafe340a
commit
ae69aaf5ce
5 changed files with 243 additions and 2 deletions
|
@ -73,7 +73,7 @@ public:
|
|||
uint32 bRemoveFromWorld : 1;
|
||||
uint32 bHasHitWall : 1;
|
||||
uint32 bImBeingRendered : 1;
|
||||
uint32 m_flagD8 : 1;
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue