Merge remote-tracking branch 'origin/NetHack-3.6.0'
This commit is contained in:
@@ -449,6 +449,14 @@ typedef unsigned char uchar;
|
||||
|
||||
#define DOAGAIN '\001' /* ^A, the "redo" key used in cmd.c and getline.c */
|
||||
|
||||
/* CONFIG_ERROR_SECURE: If user makes NETHACKOPTIONS point to a file ...
|
||||
* TRUE: Show the first error, nothing else.
|
||||
* FALSE: Show all errors as normal, with line numbers and context.
|
||||
*/
|
||||
#ifndef CONFIG_ERROR_SECURE
|
||||
# define CONFIG_ERROR_SECURE TRUE
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Section 4: EXPERIMENTAL STUFF
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user