win32 bits

This commit is contained in:
nethack.allison
2003-02-15 22:46:10 +00:00
parent 4cbcc056c3
commit a1a296aa8d
2 changed files with 2 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ void mswin_display_splash_window (BOOL show_ver)
/* Show news, if any */
FILE *nf;
iflags.news = 0; /* prevent newgame() from re-displaying news */
nf = fopen(NEWS, "r");
if (nf != NULL) {
char *buf = NULL;