1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-05-15 12:05:04 +01:00

Merge pull request #2190 from RikerW/patch-dnethackrc-filename-fix

Finally fix dnh using .nethackrc not .dnethackrc
This commit is contained in:
Chris-plus-alphanumericgibberish 2023-08-18 00:41:05 -04:00 committed by GitHub
commit d8f9dca36e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1591,7 +1591,7 @@ const char *filename;
const char *configfile =
#ifdef UNIX
".nethackrc";
".dnethackrc";
#else
# if defined(MAC) || defined(__BEOS__)
"NetHack Defaults";