fix U382 - missing map display update

> Receiving Excalibur from a fountain while blind doesn't update the
> display (i.e. the missing fountain) immediately.

     Various other topology changes had the same problem.  The display
was only being updated if the hero was invisible on the assumption that
it wouldn't matter otherwise, but a blind character who moved off the
affected location would still have the old map info (fountain, trap, &c)
shown--until he walked back onto that spot or searched next to it or
regained sight--even though the player is told about the map change as
it happens.
This commit is contained in:
nethack.rankin
2003-03-24 08:58:45 +00:00
parent cff0fb7870
commit 213bd793fd
6 changed files with 14 additions and 13 deletions

View File

@@ -28,6 +28,7 @@ charge correctly when breaking multiple objects with the same zap, avoids
a dopay: not to shopkeeper impossible
clean up funny lighting on the healer locate level
allow all tame monsters that eat to consider food thrown to them
the screen display wasn't always up to date after map topology changes
Platform- and/or Interface-Specific Fixes