From 06324807359ab34bf1742049ea8b7794d3be126e Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 26 Feb 2012 19:16:51 +0000 Subject: Made entity type editable, added default list of entity types. --- src/entityproperties.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/entityproperties.cc') diff --git a/src/entityproperties.cc b/src/entityproperties.cc index 3a0dff6..88de704 100644 --- a/src/entityproperties.cc +++ b/src/entityproperties.cc @@ -10,10 +10,13 @@ namespace editor { -EntityProperties::EntityProperties() +EntityProperties::EntityProperties() : + Properties(), + properties_type("entity") { properties_radius = 0; properties_template_type = 0; + } EntityProperties::~EntityProperties() -- cgit v1.2.3