summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-15 21:14:04 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-15 21:14:04 +0300
commit7b89705cc5c491b60dab923e2f8079cfc1f4bce1 (patch)
treea3a5ceb5a142b9b954eab23c39946b0825218169 /src/being/being.h
parent8b22861c92f1cec3af31b8b9e97b16498b2d86d0 (diff)
downloadplus-7b89705cc5c491b60dab923e2f8079cfc1f4bce1.tar.gz
plus-7b89705cc5c491b60dab923e2f8079cfc1f4bce1.tar.bz2
plus-7b89705cc5c491b60dab923e2f8079cfc1f4bce1.tar.xz
plus-7b89705cc5c491b60dab923e2f8079cfc1f4bce1.zip
Convert BlockType into strong typed enum.
Diffstat (limited to 'src/being/being.h')
-rw-r--r--src/being/being.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.h b/src/being/being.h
index 3105edc0e..8253cca55 100644
--- a/src/being/being.h
+++ b/src/being/being.h
@@ -400,7 +400,7 @@ class Being notfinal : public ActorSprite,
/**
* Gets the way the monster blocks pathfinding for other objects
*/
- BlockType::BlockType getBlockType() const override A_WARN_UNUSED
+ BlockTypeT getBlockType() const override A_WARN_UNUSED
{
if (!mInfo)
return BlockType::NONE;