From 6e4710b71737119705516d44c743cfac7c9923f2 Mon Sep 17 00:00:00 2001 From: aap Date: Mon, 11 May 2020 22:21:18 +0200 Subject: CVisibilityPlugins --- src/entities/Entity.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/entities/Entity.h') diff --git a/src/entities/Entity.h b/src/entities/Entity.h index b8f8c80c..fa57519e 100644 --- a/src/entities/Entity.h +++ b/src/entities/Entity.h @@ -86,8 +86,8 @@ public: uint32 m_flagE2 : 1; uint32 bOffscreen : 1; // offscreen flag. This can only be trusted when it is set to true uint32 bIsStaticWaitingForCollision : 1; // this is used by script created entities - they are static until the collision is loaded below them - uint32 m_flagE10 : 1; - uint32 m_flagE20 : 1; + uint32 m_flagE10 : 1; // probably bDontStream + uint32 bUnderwater : 1; // this object is underwater change drawing order uint32 m_flagE40 : 1; uint16 m_scanCode; -- cgit v1.2.3