aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index 7951cf614..2786fcc6d 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -64,6 +64,8 @@ enum EntityFlag : u32 {
EntityFlag_Disabled = 1<<24,
+ EntityFlag_Test = 1<<25,
+
};
enum EntityState {