Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2

This commit is contained in:
nhmall
2018-09-30 00:11:30 -04:00
3 changed files with 44 additions and 36 deletions

View File

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