summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.h
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2010-02-07 12:01:09 -0500
committerCharles Otto <ottochar@gmail.com>2010-02-07 12:01:09 -0500
commit1b692010864a2239bfecb30c9762f46beff8e8d7 (patch)
tree7c4d4ee3464326c55964cf9c1ae2c4905b082f46 /crawl-ref/source/directn.h
parent90cdd10e897a220eb4c55737f3ae0e4ab0c6551f (diff)
parentfd3627efae774cc7f2cce200bd0af98ff90537f2 (diff)
downloadcrawl-ref-1b692010864a2239bfecb30c9762f46beff8e8d7.tar.gz
crawl-ref-1b692010864a2239bfecb30c9762f46beff8e8d7.zip
Merge ballistomycete changes from spore_trails
Diffstat (limited to 'crawl-ref/source/directn.h')
-rw-r--r--crawl-ref/source/directn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/directn.h b/crawl-ref/source/directn.h
index bf25afceda..717d3d7e9c 100644
--- a/crawl-ref/source/directn.h
+++ b/crawl-ref/source/directn.h
@@ -281,7 +281,7 @@ std::string get_monster_equipment_desc(const monsters *mon,
int dos_direction_unmunge(int doskey);
-std::string feature_description(const coord_def& where, bool bloody = false,
+std::string feature_description(const coord_def& where, bool covering = false,
description_level_type dtype = DESC_CAP_A,
bool add_stop = true, bool base_desc = false);
std::string raw_feature_description(dungeon_feature_type grid,
@@ -290,7 +290,7 @@ std::string raw_feature_description(dungeon_feature_type grid,
std::string feature_description(dungeon_feature_type grid,
trap_type trap = NUM_TRAPS, bool bloody = false,
description_level_type dtype = DESC_CAP_A,
- bool add_stop = true, bool base_desc = false);
+ bool add_stop = true, bool base_desc = false, bool mold = false);
void set_feature_desc_short(dungeon_feature_type grid,
const std::string &desc);