From 7086427aaa135430e10570fd613a77d109347c77 Mon Sep 17 00:00:00 2001 From: Patric Mueller Date: Fri, 30 Oct 2020 20:30:21 +0100 Subject: [PATCH] Enable checkpointing again by default This was accidentally changed in the options refactoring in commit 68fdc3bbcb. --- include/optlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/optlist.h b/include/optlist.h index c8d4f28e8..12b9f3a47 100644 --- a/include/optlist.h +++ b/include/optlist.h @@ -122,7 +122,7 @@ pfx_##a, NHOPTC(catname, PL_PSIZ, opt_in, set_gameview, No, Yes, No, No, NoAlias, "the name of your (first) cat (e.g., catname:Tabby)") #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) #else NHOPTB(checkpoint, 0, opt_out, set_in_game, Off, No, No, No, NoAlias,