Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-11-30 23:48:03 -05:00
3 changed files with 44 additions and 11 deletions

View File

@@ -227,6 +227,7 @@ register int col, row;
}
}
#if 0
int
has_color(int color)
{
@@ -237,6 +238,7 @@ has_color(int color)
return 0;
#endif
}
#endif
void
home()