Merge branch 'NetHack-3.6'
This commit is contained in:
@@ -79,6 +79,12 @@
|
||||
*/
|
||||
|
||||
#define MAIL
|
||||
#define CONFIG_FILE "defaults.nh"
|
||||
#define CONFIG_TEMPLATE "defaults.template"
|
||||
#define SYSCF_TEMPLATE "sysconf.template"
|
||||
#define SYMBOLS_TEMPLATE "symbols.template"
|
||||
#define GUIDEBOOK_FILE "Guidebook.txt"
|
||||
|
||||
/* Stuff to help the user with some common, yet significant errors */
|
||||
#define INTERJECT_PANIC 0
|
||||
#define INTERJECTION_TYPES (INTERJECT_PANIC + 1)
|
||||
|
||||
@@ -21,6 +21,11 @@
|
||||
* Note: 3.6.x was not verified with Symantec C.
|
||||
*/
|
||||
|
||||
#if defined(MSDOS)
|
||||
#define CONFIG_FILE "defaults.nh"
|
||||
#define GUIDEBOOK_FILE "Guidebook.txt"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* The following options are somewhat configurable depending on
|
||||
* your compiler.
|
||||
|
||||
Reference in New Issue
Block a user