Merge 'NetHack-3.6' updates into NetHack-3.7-Jan2020

This commit is contained in:
nhmall
2020-01-14 22:09:29 -05:00
32 changed files with 549 additions and 316 deletions

View File

@@ -1155,7 +1155,7 @@ boolean fullsubs; /* True -> full substitution for file name, False ->
else
Strcpy(tmpbuf, "{current date+time}");
break;
case 'v': /* version, eg. "3.6.4-0" */
case 'v': /* version, eg. "3.6.5-0" */
Sprintf(tmpbuf, "%s", version_string(verbuf));
break;
case 'u': /* UID */