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:
commit
d8f9dca36e
1 changed files with 1 additions and 1 deletions
|
@ -1591,7 +1591,7 @@ const char *filename;
|
|||
|
||||
const char *configfile =
|
||||
#ifdef UNIX
|
||||
".nethackrc";
|
||||
".dnethackrc";
|
||||
#else
|
||||
# if defined(MAC) || defined(__BEOS__)
|
||||
"NetHack Defaults";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue