]> granicus.if.org Git - nethack/commitdiff
Enable checkpointing again by default
authorPatric Mueller <bhaak@gmx.net>
Fri, 30 Oct 2020 19:30:21 +0000 (20:30 +0100)
committerPatric Mueller <bhaak@gmx.net>
Fri, 30 Oct 2020 19:30:21 +0000 (20:30 +0100)
This was accidentally changed in the options refactoring in commit 68fdc3bbcb.

include/optlist.h

index c8d4f28e8c3261d886d37b6ab2cc02c0efc42991..12b9f3a47b8f6ca250c94c0ecf7fde0c3f18adf4 100644 (file)
@@ -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,