Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-10-07 22:05:40 -04:00
3 changed files with 37 additions and 30 deletions

View File

@@ -4209,11 +4209,15 @@ int x, y;
text++;
}
}
} else {
/* Now we're truncating */
if (truncation_expected)
; /* but we knew in advance */
}
#if 0
else {
if (truncation_expected) {
/* Now we're truncating */
; /* but we knew in advance */
}
}
#endif
}
/* caller must set cond_shrinklvl (0..2) before calling us */