Avoid premapping outside Sokoban map to prevent showing stone glyphs

If user has changed the stone glyph to something other than a space
(or uses a tileset), Sokoban levels showed the unreachable stone outside
the map area.  Prevent marking those areas as seen, so the stone
glyphs aren't shown.
This commit is contained in:
Pasi Kallinen
2025-04-09 18:40:56 +03:00
parent 3aecc90b2d
commit 2065d2d392
2 changed files with 14 additions and 0 deletions

View File

@@ -1506,6 +1506,7 @@ since introduction in 3.1.0, the definition for Mitre of Holiness has specified
no 'defends' capability for it since carrying should encompass that
if a tree and a boulder or statue were at the same location, applying an axe
would break the boulder or statue rather than chop the tree
avoid premapping outside Sokoban map to prevent showing stone glyphs
Fixes to 3.7.0-x General Problems Exposed Via git Repository