summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mpr.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-12-09 20:15:23 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-12-09 22:46:21 +0100
commit383f199e09c41e6db684474a0f726df8e0d1ee7f (patch)
treefd8c1213e206f3c6d59b86f70d49b22da04d4b5a /crawl-ref/source/mpr.h
parent25c259f4fcc1034e7a4a47f4b14df656a8ff9a4d (diff)
downloadcrawl-ref-383f199e09c41e6db684474a0f726df8e0d1ee7f.tar.gz
crawl-ref-383f199e09c41e6db684474a0f726df8e0d1ee7f.zip
Replace formatted_message_history by mpr.
Diffstat (limited to 'crawl-ref/source/mpr.h')
-rw-r--r--crawl-ref/source/mpr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mpr.h b/crawl-ref/source/mpr.h
index 44b81a1844..f3bc5e5c61 100644
--- a/crawl-ref/source/mpr.h
+++ b/crawl-ref/source/mpr.h
@@ -74,7 +74,7 @@ enum msg_colour_type
msg_colour_type msg_colour(int colour);
-void mpr(const char *inf, msg_channel_type channel = MSGCH_PLAIN, int param=0);
+void mpr(std::string text, msg_channel_type channel = MSGCH_PLAIN, int param=0);
// 4.1-style mpr, currently named mprf for minimal disruption.
void mprf( msg_channel_type channel, int param, const char *format, ... );