summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 308618888b..7c9fab97d6 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -253,6 +253,10 @@
// Uses Options.macro_dir as the full path to the macro file. Mutually
// exclusive with DGL_NAMED_MACRO_FILE.
#define DGL_MACRO_ABSOLUTE_PATH
+
+ // Makes the game ask the user to hit Enter after bailing out with
+ // an error message.
+ #define DGL_PAUSE_AFTER_ERROR
#endif
#if defined(REGEX_POSIX) && defined(REGEX_PCRE)