Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2018-09-30 00:12:08 -04:00
4 changed files with 83 additions and 46 deletions

View File

@@ -79,7 +79,7 @@ struct tty_status_fields {
boolean valid;
boolean dirty;
boolean redraw;
boolean padright;
boolean last_on_row;
};
#endif