summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-21 17:53:49 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-21 17:53:49 +0000
commit41f78a696154902ae7baa22e116d39b6d321fc62 (patch)
tree3cb6f681c0124314d7293c90ea242ce2f5385ed5 /crawl-ref/source/AppHdr.h
parenta17368df4fcbdf37e3452c6bc4935ba4372aabd8 (diff)
downloadcrawl-ref-41f78a696154902ae7baa22e116d39b6d321fc62.tar.gz
crawl-ref-41f78a696154902ae7baa22e116d39b6d321fc62.zip
Make fish on dry land (due to Feawn's Sunlight power) flop about and
lose hit points until back in water, using ENCH_AQUATIC_LAND. (Bug 2824663) Also fix tiles compilation (patch 2824632) and add DATA_DIR_PATH to tiled icons (patch 2824635). Both patches (and some more) by Trent W. Buck. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10364 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index f417f201ab..3c91b2ef07 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -112,7 +112,9 @@
#define USE_MORE_SECURE_SEED
// Use POSIX regular expressions
+ #ifndef REGEX_PCRE
#define REGEX_POSIX
+ #endif
// If you have libpcre, you can use that instead of POSIX regexes -
// uncomment the line below and add -lpcre to your makefile.