Merge branch 'NetHack:NetHack-3.7' into NetHack-3.7-prepare-for-groff-1.24

This commit is contained in:
g-branden-robinson
2026-02-07 05:03:15 -06:00
committed by GitHub
+2 -1
View File
@@ -1852,7 +1852,8 @@ get_menu_coloring(const char *str, int *color, int *attr)
return FALSE; return FALSE;
} }
int select_menu(winid window, int how, menu_item **menu_list) int
select_menu(winid window, int how, menu_item **menu_list)
{ {
int reslt; int reslt;
boolean old_bot_disabled = gb.bot_disabled; boolean old_bot_disabled = gb.bot_disabled;