]> granicus.if.org Git - nethack/commit
fix U382 - missing map display update
authornethack.rankin <nethack.rankin>
Mon, 24 Mar 2003 08:58:45 +0000 (08:58 +0000)
committernethack.rankin <nethack.rankin>
Mon, 24 Mar 2003 08:58:45 +0000 (08:58 +0000)
commit213bd793fde27eaebab7bdd7ff329e2c45fe261b
treebe416c28f481fcab59214d4abc46d64d92ae99e9
parentcff0fb7870d145fbb5e1422934ce2c3a5c99911a
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.
doc/fixes34.2
src/dig.c
src/fountain.c
src/pickup.c
src/polyself.c
src/pray.c