Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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;
}