We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0cbb1 commit 6714af0Copy full SHA for 6714af0
src/fheroes2/maps/maps_tiles.cpp
@@ -719,6 +719,9 @@ void Maps::Tile::updatePassability()
719
720
if ( getTileIndependentPassability() == DIRECTION_ALL ) {
721
// This tile is free of objects. Its passability must not be affected by any other objects.
722
+ //
723
+ // The original game does not consider this case and it is actually a bug
724
+ // as some tiles in the original game are marked inaccessible while no object exists on them.
725
return;
726
}
727
0 commit comments