summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.hpp b/src/common.hpp
index 948e829..4382da6 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -137,6 +137,7 @@ namespace world {
int type;
cmodel_t cmodel;
rectf_t render_bounds;
+ int render_layer = 0;
entity_t(int type_);