summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/message.cc')
-rw-r--r--crawl-ref/source/message.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc
index a90d285f83..5fd25a0030 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -249,8 +249,8 @@ int channel_to_colour( msg_channel_type channel, int param )
case MSGCH_GOD:
case MSGCH_PRAY:
ret = (Options.channels[ channel ] == MSGCOL_DEFAULT)
- ? god_colour( static_cast<god_type>(param) )
- : god_message_altar_colour( static_cast<god_type>(param) );
+ ? god_colour( static_cast<god_type>(param) )
+ : god_message_altar_colour( static_cast<god_type>(param) );
break;
case MSGCH_DURATION: