summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-12-08 14:54:47 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-12-09 22:46:20 +0100
commit899dfb076ffec7f3cda1a4bc81d62d42e7305726 (patch)
tree5326e7f815176b8b9e21703494df0d13a50ff7c9 /crawl-ref/source/message.h
parentd6aba91237df6c060a0ff621a037588d81b8de35 (diff)
downloadcrawl-ref-899dfb076ffec7f3cda1a4bc81d62d42e7305726.tar.gz
crawl-ref-899dfb076ffec7f3cda1a4bc81d62d42e7305726.zip
Convert channel_to_colour to return msg_colour_type.
Diffstat (limited to 'crawl-ref/source/message.h')
-rw-r--r--crawl-ref/source/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/message.h b/crawl-ref/source/message.h
index 7e878fbc28..23ba6a7da0 100644
--- a/crawl-ref/source/message.h
+++ b/crawl-ref/source/message.h
@@ -64,7 +64,7 @@ std::vector<std::string> get_recent_messages(int &message_pos,
bool dumpworthy_only = true,
std::vector<int> *channels = NULL);
-int channel_to_colour( msg_channel_type channel, int param = 0 );
+msg_colour_type channel_to_colour(msg_channel_type channel, int param = 0);
namespace msg
{