Simple options menu shows help for each entry

This commit is contained in:
Pasi Kallinen
2023-04-17 15:47:50 +03:00
parent 6fcce6e135
commit 0ac9309e1e
4 changed files with 253 additions and 119 deletions

View File

@@ -865,6 +865,7 @@ struct instance_globals_s {
* list of available sets */
boolean save_menucolors; /* copy of iflags.use_menu_colors */
struct menucoloring *save_colorings; /* copy of gm.menu_colorings */
boolean simple_options_help;
/* pickup.c */
boolean shop_filter;