Windows Store support for NetHack 3.6.

This commit is contained in:
Bart House
2019-10-29 21:28:39 -07:00
parent 9258cb99e6
commit 43ef5ef7fa
66 changed files with 963 additions and 136 deletions

View File

@@ -170,6 +170,7 @@ mswin_display_splash_window(BOOL show_ver)
FILE *nf;
iflags.news = 0; /* prevent newgame() from re-displaying news */
/* BUG: this relies on current working directory */
nf = fopen(NEWS, "r");
if (nf != NULL) {
char line[LLEN + 1];