diff options
Diffstat (limited to 'sp/src/game/server/doors.h')
| -rw-r--r-- | sp/src/game/server/doors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sp/src/game/server/doors.h b/sp/src/game/server/doors.h index 0de009dc..0a545ecf 100644 --- a/sp/src/game/server/doors.h +++ b/sp/src/game/server/doors.h @@ -114,6 +114,7 @@ public: bool m_bDoorGroup;
bool m_bLocked; // Whether the door is locked
bool m_bIgnoreDebris;
+ bool m_bIgnoreNonPlayerEntsOnBlock; // Non-player entities should never block. This variable needs more letters.
FuncDoorSpawnPos_t m_eSpawnPosition;
|