fix misaligned potion colors

Misaligned potion colors due to lack of reset_glyphmap() following obj shuffle.

This issue only impacted a new game
This commit is contained in:
nhmall
2021-10-11 13:36:10 -04:00
parent e5f7ba9fe5
commit 7405d1fa05
3 changed files with 6 additions and 3 deletions

View File

@@ -842,6 +842,8 @@ segfault if gremlin fled weaponless hero wearing gold dragon scales/mail
wasn't incremented, allowing incompatable save files to be restored
restore the boulder exception for piletops that had been unintentionally
removed during the expanded-glyphs changes
misaligned potion colors due to lack of reset_glyphmap() following obj shuffle;
this issue only impacted a new game
curses: 'msg_window' option wasn't functional for curses unless the binary
also included tty support