restore 'use_inverse' option

'use_inverse' used to be unconditionally present but conditionally
had default value True for WIN32 and False for others.  The options
changes that moved things to optlist.h made it present for WIN32 and
absent for others.  Put it back, and change the default value to be
unconditionally True.
This commit is contained in:
PatR
2020-04-01 14:58:40 -07:00
parent 616029561b
commit 689c3e67fe
2 changed files with 3 additions and 6 deletions

View File

@@ -490,13 +490,8 @@ pfx_##a,
#endif
NHOPTB(use_darkgray, 0, opt_out, set_in_config, On, Yes, No, No, NoAlias,
&iflags.wc2_darkgray)
#ifdef WIN32
NHOPTB(use_inverse, 0, opt_out, set_in_game, On, Yes, No, No, NoAlias,
&iflags.wc_inverse)
#else
NHOPTB(use_inverse, 0, opt_in, set_in_game, On, No, No, No, NoAlias,
(boolean *) 0)
#endif
NHOPTC(vary_msgcount, 20, opt_in, set_gameview, No, Yes, No, No, NoAlias,
"show more old messages at a time")
NHOPTB(verbose, 0, opt_out, set_in_game, On, Yes, No, No, NoAlias,