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:
parent
9a8022c683
commit
9dc4559375
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ getltchars(void)
|
|||
void
|
||||
setup(void)
|
||||
{
|
||||
#ifdef DUMP
|
||||
#ifndef DUMP
|
||||
md_onsignal_autosave();
|
||||
#else
|
||||
md_onsignal_default();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue