From 0a39e956218ca15bf78803f89141c7c9dfcec0d9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 10 Sep 2014 23:58:39 +0300 Subject: Change format in ActorType enum. --- src/actormanager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/actormanager.h') diff --git a/src/actormanager.h b/src/actormanager.h index 48a80b213..687ca4042 100644 --- a/src/actormanager.h +++ b/src/actormanager.h @@ -96,7 +96,7 @@ class ActorManager final: public ConfigListener * Returns a being at specific coordinates. */ Being *findBeing(const int x, const int y, const ActorType::Type - type = ActorType::UNKNOWN) const A_WARN_UNUSED; + type = ActorType::Unknown) const A_WARN_UNUSED; /** * Returns a being at the specific pixel. @@ -161,7 +161,7 @@ class ActorManager final: public ConfigListener */ Being *findBeingByName(const std::string &name, const ActorType::Type - type = ActorType::UNKNOWN) + type = ActorType::Unknown) const A_WARN_UNUSED; /** @@ -169,7 +169,7 @@ class ActorManager final: public ConfigListener */ Being *findNearestByName(const std::string &name, const ActorType::Type &type - = ActorType::UNKNOWN) const A_WARN_UNUSED; + = ActorType::Unknown) const A_WARN_UNUSED; /** * Heal all players in distance. -- cgit v1.2.3-60-g2f50