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

@@ -671,7 +671,7 @@ newgame(void)
u_init();
l_nhcore_init();
reset_glyphmap(gm_newgame);
#ifndef NO_SIGNAL
(void) signal(SIGINT, (SIG_RET_TYPE) done1);
#endif