1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-05-03 13:55:10 +01:00

Sane defaults for dump log locations

This commit is contained in:
ChrisANG 2024-11-11 12:05:09 -05:00
parent e2c6ee4025
commit d6a7ceba6f

View file

@ -403,7 +403,7 @@ typedef long glyph_t;
#define DUMP_LOG /* Dump game end information to a file */
#ifndef DUMP_FN
#define DUMP_FN "/dgldir/userdata/%n/dnethack/dumplog/%t" /* Fixed dumpfile name, if you want
#define DUMP_FN "./dumplog/%t" /* Fixed dumpfile name, if you want
* to prevent definition by users */
#endif
#ifndef DUMPMSGS
@ -423,7 +423,7 @@ typedef long glyph_t;
/* Filename for where HUPping a game is saved.
Can be left undefined, in which case HUPping doesn't write the data. */
#ifndef HUPLIST_FN
#define HUPLIST_FN "/dgldir/userdata/%n/dnethack/hangup"
#define HUPLIST_FN "./hangup"
#endif
/* Filename for dgamelaunch extra info field.