summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.h
diff options
context:
space:
mode:
authorRobert Burnham <burnhamrobertp@gmail.com>2011-03-25 13:37:13 -0500
committerRobert Burnham <burnhamrobertp@gmail.com>2011-03-25 13:37:13 -0500
commitf6a5725258000fd37381ffcd38fb1a2c15cdadde (patch)
treeeb97830765e859cb560713e29a2875fcd185ee49 /crawl-ref/source/directn.h
parent1ff96d184c6a5b808b8017e3fba82bc4af0908da (diff)
downloadcrawl-ref-f6a5725258000fd37381ffcd38fb1a2c15cdadde.tar.gz
crawl-ref-f6a5725258000fd37381ffcd38fb1a2c15cdadde.zip
Replace DESC_NOCAP_A and DESC_CAP_A with DESC_A
Diffstat (limited to 'crawl-ref/source/directn.h')
-rw-r--r--crawl-ref/source/directn.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/directn.h b/crawl-ref/source/directn.h
index 344edb7c91..e2a53d481e 100644
--- a/crawl-ref/source/directn.h
+++ b/crawl-ref/source/directn.h
@@ -277,13 +277,13 @@ void get_square_desc(const coord_def &c, describe_info &inf,
void describe_floor();
std::string get_monster_equipment_desc(const monster_info& mi,
bool full_desc = true,
- description_level_type mondtype = DESC_CAP_A,
+ description_level_type mondtype = DESC_A,
bool print_attitude = false);
int dos_direction_unmunge(int doskey);
std::string feature_description(const coord_def& where, bool covering = false,
- description_level_type dtype = DESC_CAP_A,
+ description_level_type dtype = DESC_A,
bool add_stop = true, bool base_desc = false);
std::string raw_feature_description(dungeon_feature_type grid,
trap_type tr = NUM_TRAPS,
@@ -291,7 +291,7 @@ std::string raw_feature_description(dungeon_feature_type grid,
std::string feature_description(dungeon_feature_type grid,
trap_type trap = NUM_TRAPS,
const std::string & cover_desc = "",
- description_level_type dtype = DESC_CAP_A,
+ description_level_type dtype = DESC_A,
bool add_stop = true, bool base_desc = false);
void set_feature_desc_short(dungeon_feature_type grid,