summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-07-29 13:01:53 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-07-29 13:01:53 +0200
commit7282fce25d2e92c6a9ee1de2d3a17250db95e963 (patch)
tree2e292668b65b4364bc5a27b53bbeaa474b4e504c /crawl-ref/source/mutation.h
parent24941032378c80cd0230e7810642e01980ae9055 (diff)
downloadcrawl-ref-7282fce25d2e92c6a9ee1de2d3a17250db95e963.tar.gz
crawl-ref-7282fce25d2e92c6a9ee1de2d3a17250db95e963.zip
Don't center the section header for mutation list in character dumps.
No other section is centered.
Diffstat (limited to 'crawl-ref/source/mutation.h')
-rw-r--r--crawl-ref/source/mutation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation.h b/crawl-ref/source/mutation.h
index 3abe4ba802..79946e3d2b 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -85,7 +85,7 @@ inline bool give_bad_mutation(const std::string &reason,
void display_mutations();
mutation_activity_type mutation_activity_level(mutation_type mut);
-std::string describe_mutations();
+std::string describe_mutations(bool center_title);
bool delete_mutation(mutation_type which_mutation, const std::string &reason,
bool failMsg = true,