diff --git a/src/fheroes2/maps/maps_tiles.cpp b/src/fheroes2/maps/maps_tiles.cpp index f8deb9af56..978e2524ef 100644 --- a/src/fheroes2/maps/maps_tiles.cpp +++ b/src/fheroes2/maps/maps_tiles.cpp @@ -389,7 +389,7 @@ namespace os << "is shadow : " << ( isObjectPartShadow( part ) ? "yes" : "no" ) << std::endl; - if ( ( part == Maps::ObjectPart{} ) ) { + if ( part == Maps::ObjectPart{} ) { return; }