diff options
Diffstat (limited to 'src/resources/beingcommon.cpp')
-rw-r--r-- | src/resources/beingcommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/beingcommon.cpp b/src/resources/beingcommon.cpp index 6f9c3aa6d..2b63063f8 100644 --- a/src/resources/beingcommon.cpp +++ b/src/resources/beingcommon.cpp @@ -62,7 +62,7 @@ void BeingCommon::readWalkingAttributes(BeingInfo *const info, std::string walkStr = XML::getProperty( node, "walkType", "walk"); - const int allFlags = BlockMask::GROUND | + const unsigned char allFlags = BlockMask::GROUND | BlockMask::WALL | BlockMask::WATER | BlockMask::AIR | |