Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-04-27 16:50:30 +0000
committerStijn Buys <ingar@osirion.org>2008-04-27 16:50:30 +0000
commit84d474fd3bd78f5ba6dcee65323f267fa8061b03 (patch)
tree45a2061ffe0a0eaf2675f5143859f2c06a233241 /src/core/entity.h
parenta4b36e6d1e20b5036d1ed7cf9f61a48dbbf77812 (diff)
more 3D changes
Diffstat (limited to 'src/core/entity.h')
-rw-r--r--src/core/entity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/entity.h b/src/core/entity.h
index 86b5ab3..46dd36c 100644
--- a/src/core/entity.h
+++ b/src/core/entity.h
@@ -146,6 +146,8 @@ public:
bool entity_created;
bool entity_destroyed;
+ unsigned int entity_renderstate;
+
private:
/// add an entity to the registry
static void add(Entity *ent);