summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/direct.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/direct.h')
-rw-r--r--crawl-ref/source/direct.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/direct.h b/crawl-ref/source/direct.h
index f8ac7beafd..4ffd1b5109 100644
--- a/crawl-ref/source/direct.h
+++ b/crawl-ref/source/direct.h
@@ -60,11 +60,9 @@ std::string feature_description(int mx, int my,
description_level_type dtype = DESC_CAP_A,
bool add_stop = true);
std::string raw_feature_description(dungeon_feature_type grid,
- trap_type tr = NUM_TRAPS,
- bool temporary = false);
+ trap_type tr = NUM_TRAPS);
std::string feature_description(dungeon_feature_type grid,
trap_type trap = NUM_TRAPS,
- bool temporary = false,
description_level_type dtype = DESC_CAP_A,
bool add_stop = true);