Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ihhub committed Jan 6, 2025
1 parent 17ebbda commit 11c81d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fheroes2/maps/maps_tiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ namespace
<< "image index : " << static_cast<int>( part.icnIndex ) << std::endl;

if ( isGroundLayer || ( part.layerType == Maps::OBJECT_LAYER ) ) {
os << "layer type : " << static_cast<int>( part.layerType ) << " - " << getObjectLayerName( part.layerType ) << std::endl;
os << "layer type : " << static_cast<int>( part.layerType ) << " - " << getObjectLayerName( part.layerType ) << std::endl;
}
else {
os << "!!! INVALID !!! layer type : " << static_cast<int>( part.layerType ) << " - " << getObjectLayerName( part.layerType ) << std::endl;
Expand Down

0 comments on commit 11c81d0

Please sign in to comment.