From 77bb74bd2d944be1a1dc719027dbf37ad088b828 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 11 May 2014 16:44:15 +0300 Subject: Move blocktype into separate file. --- src/being/being.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/being/being.h') diff --git a/src/being/being.h b/src/being/being.h index 989036974..a55c5858f 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -25,6 +25,8 @@ #include "resources/beinginfo.h" +#include "resources/map/blocktype.h" + #include "being/gender.h" #include @@ -457,10 +459,10 @@ class Being : public ActorSprite, public ConfigListener /** * Gets the way the monster blocks pathfinding for other objects */ - Map::BlockType getBlockType() const A_WARN_UNUSED + BlockType::BlockType getBlockType() const A_WARN_UNUSED { if (!mInfo) - return Map::BLOCKTYPE_NONE; + return BlockType::NONE; return mInfo->getBlockType(); } -- cgit v1.2.3-60-g2f50