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.
This commit is contained in:
John "Elwin" Edwards 2014-04-26 08:52:26 -07:00
parent 9a8022c683
commit 9dc4559375

View file

@ -165,7 +165,7 @@ getltchars(void)
void
setup(void)
{
#ifdef DUMP
#ifndef DUMP
md_onsignal_autosave();
#else
md_onsignal_default();