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>2012-11-14 16:03:19 +0000
committerStijn Buys <ingar@osirion.org>2012-11-14 16:03:19 +0000
commit0cf596e0505f1198748931787b93f469f3e58db7 (patch)
tree04404ff2404c824ff7a3c7c5a1703fe0a1878708 /src/core/entity.cc
parent6b737ea7f6e5a31d3c6024105ee11890f1a5451f (diff)
Add more Slot properties, corrected a bug in EntityControlable control flags handling.
Diffstat (limited to 'src/core/entity.cc')
-rw-r--r--src/core/entity.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/entity.cc b/src/core/entity.cc
index feff172..7ed1328 100644
--- a/src/core/entity.cc
+++ b/src/core/entity.cc
@@ -1013,6 +1013,7 @@ EntityControlable::EntityControlable() : EntityDynamic()
entity_owner = 0;
entity_actioninterface = 0;
+ entity_controlflags = 0;
}
EntityControlable::EntityControlable(std::istream & is) :
@@ -1032,6 +1033,7 @@ EntityControlable::EntityControlable(std::istream & is) :
entity_owner = 0;
entity_actioninterface = 0;
+ entity_controlflags = 0;
}