summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.h')
-rw-r--r--crawl-ref/source/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/output.h b/crawl-ref/source/output.h
index c360420491..5108d3c8d1 100644
--- a/crawl-ref/source/output.h
+++ b/crawl-ref/source/output.h
@@ -24,7 +24,7 @@ void update_turn_count();
void print_stats(void);
-std::vector<formatted_string> get_full_detail(bool calc_unid);
+std::vector<formatted_string> get_full_detail(bool calc_unid, long score = -1);
const char *equip_slot_to_name(int equip);