- flags7 variable added to AActor.

This commit is contained in:
Christoph Oelckers 2013-08-12 20:09:21 +02:00
commit f2c250d35d
7 changed files with 16 additions and 4 deletions

View file

@ -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;