- flags7 variable added to AActor.
This commit is contained in:
parent
ecfe67dd78
commit
f2c250d35d
7 changed files with 16 additions and 4 deletions
|
|
@ -837,6 +837,7 @@ public:
|
|||
DWORD flags4; // [RH] Even more flags!
|
||||
DWORD flags5; // OMG! We need another one.
|
||||
DWORD flags6; // Shit! Where did all the flags go?
|
||||
DWORD flags7; //
|
||||
|
||||
// [BB] If 0, everybody can see the actor, if > 0, only members of team (VisibleToTeam-1) can see it.
|
||||
DWORD VisibleToTeam;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue