Merge branch 'NetHack-3.7' of https://github.com/klorpa/NetHack into NetHack-3.7

This commit is contained in:
nhmall
2024-09-14 09:17:48 -04:00
10 changed files with 12 additions and 12 deletions

View File

@@ -797,7 +797,7 @@ newgame(void)
return;
}
/* show "welcome [back] to nethack" message at program startup */
/* show "welcome [back] to NetHack" message at program startup */
void
welcome(boolean new_game) /* false => restoring an old game */
{