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/resources/db/monsterdb.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/resources/db/monsterdb.cpp') diff --git a/src/resources/db/monsterdb.cpp b/src/resources/db/monsterdb.cpp index 7bdbeb33d..8f11f2411 100644 --- a/src/resources/db/monsterdb.cpp +++ b/src/resources/db/monsterdb.cpp @@ -27,6 +27,8 @@ #include "resources/beingcommon.h" #include "resources/beinginfo.h" +#include "resources/map/blocktype.h" + #include "utils/dtor.h" #include "utils/gettext.h" @@ -96,7 +98,7 @@ void MonsterDB::loadXmlFile(const std::string &fileName) currentInfo->setWalkMask(Map::BLOCKMASK_WALL | Map::BLOCKMASK_CHARACTER | Map::BLOCKMASK_MONSTER); - currentInfo->setBlockType(Map::BLOCKTYPE_MONSTER); + currentInfo->setBlockType(BlockType::MONSTER); currentInfo->setName(XML::langProperty( // TRANSLATORS: unknown info name -- cgit v1.2.3-60-g2f50