aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index 0c7bc8530..8273af3f1 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -55,6 +55,9 @@ enum EntityFlag {
EntityFlag_CVarArg = 1<<21,
EntityFlag_AutoCast = 1<<22,
+
+ EntityFlag_Disabled = 1<<24,
+
};
enum EntityState {