summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-09 15:11:15 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-09 15:11:15 +0000
commit38dd6131c56df7aea305508493d95de2471b562d (patch)
treeece44f28d1722dcc446fae8f1b23efc0d0fff601 /crawl-ref/source/message.cc
parent786bef072d0fa28951601496f3ff571f761b5af6 (diff)
downloadcrawl-ref-38dd6131c56df7aea305508493d95de2471b562d.tar.gz
crawl-ref-38dd6131c56df7aea305508493d95de2471b562d.zip
[FR 1909388] Command key changes
new key command old key ------- ------- ------- z cast spell Z Z zap wand z c chop up D, Dissect C close door c O open door o o auto-explore Ctrl-O Ctrl-O Dungeon overview O v evoke E E show experience C t shout ! ! annotate level Ctrl-I Also changed the entire tutorial to match the new settings, and modified several references in the game. Other changes: * Another tutorial cleanup, so you now can really change the channel colour and have it work. * A belated mon_glyph colour swap: giant newt (was lightgreen, now green) and giant lizard (was green, now lightgreen). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3553 c06c8d41-db1a-0410-9941-cceddc491573
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: