summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-08 11:10:52 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-08 11:10:52 +0000
commit9ac3b8f9fc0c7217e75ec38bdac887fb421fcf4f (patch)
treebe16ae94e2913c076202a4812947ab41d847c74b /crawl-ref/source/AppHdr.h
parente7240df9978d7ba42ed7dcfdf9ab385b2ce74d36 (diff)
downloadcrawl-ref-9ac3b8f9fc0c7217e75ec38bdac887fb421fcf4f.tar.gz
crawl-ref-9ac3b8f9fc0c7217e75ec38bdac887fb421fcf4f.zip
Fixed map colours being inherited by unrelated maps during compilation.
Pause after reporting an error for dgamelaunch so that the dgl menu does not hide the error message. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2371 c06c8d41-db1a-0410-9941-cceddc491573
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)