diff options
Diffstat (limited to 'src/being/actorsprite.h')
-rw-r--r-- | src/being/actorsprite.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/being/actorsprite.h b/src/being/actorsprite.h index bda1ea611..e21cbe5d6 100644 --- a/src/being/actorsprite.h +++ b/src/being/actorsprite.h @@ -24,6 +24,7 @@ #include "localconsts.h" +#include "resources/map/blocktype.h" #include "resources/map/map.h" #include "resources/map/mapconsts.h" @@ -103,8 +104,8 @@ public: /** * Gets the way the object blocks pathfinding for other objects */ - virtual Map::BlockType getBlockType() const A_WARN_UNUSED - { return Map::BLOCKTYPE_NONE; } + virtual BlockType::BlockType getBlockType() const A_WARN_UNUSED + { return BlockType::NONE; } /** * Take control of a particle. |