Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-05-05 23:30:50 -04:00
18 changed files with 218 additions and 87 deletions
+1 -1
View File
@@ -432,7 +432,7 @@ boolean border;
w += (int) strlen(text);
/* if preceding field has any trailing spaces, don't add extra;
(should only apply to prev==title; status_update() handles
others that used to have trailing spaces by stripping such */
others that used to have trailing spaces by stripping such) */
if (spacing[fld] > 0 && prev_fld != BL_FLUSH
&& *(p = status_vals[prev_fld]) && *(eos(p) - 1) == ' '
&& (prev_fld != BL_TITLE || !iflags.wc2_hitpointbar))