Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-03-13 20:21:56 -04:00
13 changed files with 51 additions and 33 deletions

View File

@@ -380,10 +380,10 @@ safe_status_init()
return;
}
void
boolean
safe_can_suspend()
{
return;
return FALSE;
}
void
@@ -408,7 +408,7 @@ char def;
}
/*ARGSUSED*/
static void
void
safe_getlin(prompt, outbuf)
const char *prompt UNUSED;
char *outbuf;