Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-03-25 07:26:43 -04:00
14 changed files with 168 additions and 106 deletions
+3 -1
View File
@@ -66,6 +66,7 @@ curses_status_init()
/* let genl_status_init do most of the initialization */
genl_status_init();
return;
}
void
@@ -78,8 +79,9 @@ curses_status_finish()
if (status_vals_long[i])
free(status_vals_long[i]), status_vals_long[i] = (char *) 0;
}
genl_status_finish();
#endif /* STATUS_HILITES */
genl_status_finish();
return;
}