Enable checkpointing again by default
This was accidentally changed in the options refactoring in commit 68fdc3bbcb.
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ pfx_##a,
|
|||||||
NHOPTC(catname, PL_PSIZ, opt_in, set_gameview, No, Yes, No, No, NoAlias,
|
NHOPTC(catname, PL_PSIZ, opt_in, set_gameview, No, Yes, No, No, NoAlias,
|
||||||
"the name of your (first) cat (e.g., catname:Tabby)")
|
"the name of your (first) cat (e.g., catname:Tabby)")
|
||||||
#ifdef INSURANCE
|
#ifdef INSURANCE
|
||||||
NHOPTB(checkpoint, 0, opt_out, set_in_game, Off, Yes, No, No, NoAlias,
|
NHOPTB(checkpoint, 0, opt_out, set_in_game, On, Yes, No, No, NoAlias,
|
||||||
&flags.ins_chkpt)
|
&flags.ins_chkpt)
|
||||||
#else
|
#else
|
||||||
NHOPTB(checkpoint, 0, opt_out, set_in_game, Off, No, No, No, NoAlias,
|
NHOPTB(checkpoint, 0, opt_out, set_in_game, Off, No, No, No, NoAlias,
|
||||||
|
|||||||
Reference in New Issue
Block a user