Merge branch 'NetHack-3.7' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.7

This commit is contained in:
keni
2021-02-02 20:46:54 -05:00
8 changed files with 46 additions and 0 deletions

View File

@@ -550,6 +550,8 @@ fixup_death(int how)
#define NOTIFY_NETHACK_BUGS
#endif
DISABLE_WARNING_FORMAT_NONLITERAL
/*VARARGS1*/
void panic
VA_DECL(const char *, str)
@@ -630,6 +632,8 @@ VA_DECL(const char *, str)
really_done(PANICKED);
}
RESTORE_WARNING_FORMAT_NONLITERAL
static boolean
should_query_disclose_option(int category, char *defquery)
{