changeset 117:2c62bd925c17

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.
author John "Elwin" Edwards
date Sat, 26 Apr 2014 08:52:26 -0700
parents 97f8fdf9595c
children 8d1dfc5a912c
files rogue5/mach_dep.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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();