USER_SOUNDS follow-up

Make the support of user sounds apparent in the
#version command.  Also add a small section on
them to the Guidebook.

(The doc/Guidebook.mn version of this section
needs testing)
This commit is contained in:
nethack.allison
2002-09-03 02:36:16 +00:00
parent 6bebdbb135
commit 1620f9e44e
3 changed files with 122 additions and 3 deletions

View File

@@ -729,6 +729,13 @@ static const char *build_opts[] = {
#ifdef TOURIST
"tourists",
#endif
#ifdef USER_SOUNDS
# ifdef USER_SOUNDS_REGEX
"user sounds via regular expressions",
# else
"user sounds via pmatch",
# endif
#endif
#ifdef PREFIXES_IN_USE
"variable playground",
#endif