summaryrefslogtreecommitdiff
path: root/src/actormanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-10 23:58:39 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-10 23:58:39 +0300
commit0a39e956218ca15bf78803f89141c7c9dfcec0d9 (patch)
treeadfc0fcd42792ddad6b3cb8843d6fe0c22170580 /src/actormanager.h
parent69022cd939e572feadaadf1041ae7dadad782ed6 (diff)
downloadplus-0a39e956218ca15bf78803f89141c7c9dfcec0d9.tar.gz
plus-0a39e956218ca15bf78803f89141c7c9dfcec0d9.tar.bz2
plus-0a39e956218ca15bf78803f89141c7c9dfcec0d9.tar.xz
plus-0a39e956218ca15bf78803f89141c7c9dfcec0d9.zip
Change format in ActorType enum.
Diffstat (limited to 'src/actormanager.h')
-rw-r--r--src/actormanager.h6
1 files changed, 3 insertions, 3 deletions
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.