From 4ab976d6fd155e6bfc50fc7a7e4b5baba34fccb7 Mon Sep 17 00:00:00 2001 From: Bart House Date: Sat, 2 Nov 2019 18:18:02 -0700 Subject: [PATCH] Renamed defaults.nh to .nethackrc for windows. --- include/ntconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ntconf.h b/include/ntconf.h index af84c3ef0..725f4c4f0 100644 --- a/include/ntconf.h +++ b/include/ntconf.h @@ -80,8 +80,8 @@ * objects being thrown when the hangup occurs. \ */ -#define CONFIG_FILE "defaults.nh" -#define CONFIG_TEMPLATE "defaults.template" +#define CONFIG_FILE ".nethackrc" +#define CONFIG_TEMPLATE ".nethack.template" #define SYSCF_TEMPLATE "sysconf.template" #define SYMBOLS_TEMPLATE "symbols.template" #define GUIDEBOOK_FILE "Guidebook.txt"