# HG changeset patch # User John "Elwin" Edwards # Date 1398527546 25200 # Node ID 2c62bd925c17c9501c723ebd98c67bb8841e6134 # Parent 97f8fdf9595cfb914458c4024632f6ed29b7c6f8 rogue5: save the game when SIGHUP is received. This vital feature was turned off by default, requiring DUMP to be defined to turn it on. DUMP has the opposite effect in the other games. diff -r 97f8fdf9595c -r 2c62bd925c17 rogue5/mach_dep.c --- a/rogue5/mach_dep.c Sat Mar 29 09:45:33 2014 -0700 +++ b/rogue5/mach_dep.c Sat Apr 26 08:52:26 2014 -0700 @@ -165,7 +165,7 @@ void setup(void) { -#ifdef DUMP +#ifndef DUMP md_onsignal_autosave(); #else md_onsignal_default();