Fixed: Warning (missing return)
--HG-- branch : develop
This commit is contained in:
parent
c7ded068d9
commit
ad99c2afb7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public:
|
||||||
NLMISC::CEntityId const& id() const;
|
NLMISC::CEntityId const& id() const;
|
||||||
bool spawn();
|
bool spawn();
|
||||||
void despawn();
|
void despawn();
|
||||||
bool update() { }
|
bool update() { return false; }
|
||||||
void set(std::string const& prop, std::string const& value, bool reportChange=false) { }
|
void set(std::string const& prop, std::string const& value, bool reportChange=false) { }
|
||||||
std::string get(std::string const& prop);
|
std::string get(std::string const& prop);
|
||||||
std::string getIndexString() const { return _EntityId.toString(); }
|
std::string getIndexString() const { return _EntityId.toString(); }
|
||||||
|
|
Loading…
Reference in a new issue