tile synch and a warning fix

This commit is contained in:
nethack.allison
2005-02-20 19:49:56 +00:00
parent a0cc33a8fd
commit 4078094246
2 changed files with 191 additions and 191 deletions

View File

@@ -105,7 +105,7 @@ char *argv[];
register char *dir;
#if defined(WIN32)
char fnamebuf[BUFSZ], encodedfnamebuf[BUFSZ];
boolean save_getreturn_status;
boolean save_getreturn_status = getreturn_enabled;
#endif
#ifdef NOCWD_ASSUMPTIONS
char failbuf[BUFSZ];