fix #K4025 - #saveoptions vs cond_ options
Confusion between 'o_status_cond' and 'pfx_cond_'. Still confusing but I think now working as intended and expected. If any cond_xyz option has been loaded from the RC file or changed via 'm O', #saveoptions still saves the full set rather than just the ones that are different from their default value.
This commit is contained in:
@@ -199,7 +199,7 @@ extern int stat_hunger_indx(void);
|
||||
extern const char *bl_idx_to_fldname(int);
|
||||
extern void condopt(int, boolean *, boolean);
|
||||
extern int parse_cond_option(boolean, char *);
|
||||
extern void cond_menu(void);
|
||||
extern boolean cond_menu(void);
|
||||
extern boolean opt_next_cond(int, char *);
|
||||
#ifdef STATUS_HILITES
|
||||
extern void status_eval_next_unhilite(void);
|
||||
|
||||
Reference in New Issue
Block a user