summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godprayer.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-22 16:11:58 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-22 16:12:23 -0400
commitceae2edba1c5a3aa3872228cafafc8556e814f5b (patch)
tree74f1b3c293a104ef8ab56713ecfb06b603ecfdf3 /crawl-ref/source/godprayer.cc
parent7a751d0484cc0c48d826fec47ce16367f9871ecb (diff)
downloadcrawl-ref-ceae2edba1c5a3aa3872228cafafc8556e814f5b.tar.gz
crawl-ref-ceae2edba1c5a3aa3872228cafafc8556e814f5b.zip
Rename 'mesclr()' to 'clear_messages()'
Diffstat (limited to 'crawl-ref/source/godprayer.cc')
-rw-r--r--crawl-ref/source/godprayer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/godprayer.cc b/crawl-ref/source/godprayer.cc
index 7f4b7a10e2..d89e8fd151 100644
--- a/crawl-ref/source/godprayer.cc
+++ b/crawl-ref/source/godprayer.cc
@@ -330,7 +330,7 @@ static bool _altar_prayer()
simple_god_message(
" will protect you from an element of your choice.");
more();
- mesclr();
+ clear_messages();
mpr_nojoin(MSGCH_PLAIN, "[a] Fire (rF+)");
mpr_nojoin(MSGCH_PLAIN, "[b] Ice (rC+)");
mpr_nojoin(MSGCH_PLAIN, "[c] Air (rElec)");