summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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