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>2009-01-18 21:42:02 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-18 21:42:02 +0000
commit3b4bc6d2509c72358a181200606f5bb93689d9c7 (patch)
tree7623632766c29b64f7c90f1c84638a191218148b /crawl-ref/source/message.cc
parenta6d89fbabb631ecbdcbb86c59aa70c28fd7da696 (diff)
downloadcrawl-ref-3b4bc6d2509c72358a181200606f5bb93689d9c7.tar.gz
crawl-ref-3b4bc6d2509c72358a181200606f5bb93689d9c7.zip
* Also add blood bottling to command help for Vampires.
* Better feedback when quiver cycling doesn't do anything. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8552 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/message.cc')
-rw-r--r--crawl-ref/source/message.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc
index af313b319b..0fd2787973 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -478,7 +478,7 @@ void mpr(const char *inf, msg_channel_type channel, int param)
char mbuf[400];
size_t i = 0;
- const int stepsize = get_number_of_cols() - 1;
+ const int stepsize = get_number_of_cols() - 1;
const size_t msglen = strlen(inf);
const int lookback_size = (stepsize < 12 ? 0 : 12);