Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-07-13 00:38:10 -04:00
27 changed files with 123 additions and 89 deletions

View File

@@ -520,7 +520,7 @@ STATIC_VAR struct istat_s initblstats[MAXBLSTATS] = {
* without STATUS_HILITES.
*/
void
STATIC_OVL void
bot_via_windowport()
{
char buf[BUFSZ];
@@ -2769,7 +2769,7 @@ status_hilite_linestr_gather()
}
char *
STATIC_OVL char *
status_hilite2str(hl)
struct hilite_s *hl;
{