Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-05-10 15:01:59 -04:00
13 changed files with 49 additions and 24 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ const char *path, *files;
BPTR dirLock, dirLock2;
struct FileInfoBlock *fibp;
int chklen;
#ifdef BETA
#if (NH_DEVEL_STATUS != NH_STATUS_RELEASED)
if(files != g.alllevels)panic("eraseall");
#endif
chklen=(int)index(files,'*')-(int)files;