Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-08-30 22:11:44 -04:00
19 changed files with 78 additions and 47 deletions

View File

@@ -907,7 +907,7 @@ curs_HPbar(char *text, /* pre-padded with trailing spaces if short */
{
#ifdef STATUS_HILITES
#ifdef TEXTCOLOR
int coloridx;
int coloridx = 0;
#endif
#endif /* STATUS_HILITES */
int k, bar_pos;