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

This commit is contained in:
nhmall
2024-11-30 15:54:21 -05:00
5 changed files with 203 additions and 55 deletions

View File

@@ -2176,7 +2176,7 @@ genl_player_selection(void)
/*NOTREACHED*/
}
#if defined(TTY_GRAPHICS) || defined(CURSES_GRAPHICS)
#if defined(TTY_GRAPHICS) || defined(CURSES_GRAPHICS) || defined(SHIM_GRAPHICS)
/* ['#else' far below] */
staticfn boolean reset_role_filtering(void);