aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index da627cb7c..842cd5d8c 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -48,6 +48,7 @@ enum EntityFlag {
EntityFlag_NotExported = 1<<14,
EntityFlag_Static = 1<<16,
+ // EntityFlag_Reference = 1<<17,
EntityFlag_CVarArg = 1<<20,
EntityFlag_AutoCast = 1<<21,