remove leading period from Windows template file

This commit is contained in:
nhmall
2024-03-31 13:53:48 -04:00
parent 44575ab347
commit e00e423262
6 changed files with 14 additions and 14 deletions

View File

@@ -80,7 +80,7 @@
*/
#define CONFIG_FILE ".nethackrc"
#define CONFIG_TEMPLATE ".nethackrc.template"
#define CONFIG_TEMPLATE "nethackrc.template"
#define SYSCF_TEMPLATE "sysconf.template"
#define SYMBOLS_TEMPLATE "symbols.template"
#define GUIDEBOOK_FILE "Guidebook.txt"