summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-09 07:03:40 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-09 07:03:40 +0000
commite0a29b1ce8b7f311412a0f5ee669f4ad036bf7c1 (patch)
treea4edac8003c4ae828207c1172c942acc96e0cccb /crawl-ref/source/mon-util.cc
parent89cc8c5fc577431da1bf48c79be1726d3ec095ba (diff)
downloadcrawl-ref-e0a29b1ce8b7f311412a0f5ee669f4ad036bf7c1.tar.gz
crawl-ref-e0a29b1ce8b7f311412a0f5ee669f4ad036bf7c1.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9387 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 29226453e2..411e34e7cc 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -7469,8 +7469,8 @@ void monsters::fix_speed()
// Check speed and speed_increment sanity.
void monsters::check_speed()
{
- // FIXME: If speed is borked, recalculate. Need to figure out how speed
- // is getting borked.
+ // FIXME: If speed is borked, recalculate. Need to figure out how
+ // speed is getting borked.
if (speed < 0 || speed > 130)
{
#ifdef DEBUG_DIAGNOSTICS