summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-21 03:09:56 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-21 03:09:56 +0000
commitb14c7ddf0477e480f57150ad383482e962c257b0 (patch)
treed80fc1c7fdc57ad0ebeecb9156f611ffa21c62a7 /crawl-ref/source/monstuff.cc
parent608398b32376aa3867cf65ba7e6cbf60635cb85c (diff)
downloadcrawl-ref-b14c7ddf0477e480f57150ad383482e962c257b0.tar.gz
crawl-ref-b14c7ddf0477e480f57150ad383482e962c257b0.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6030 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 32e5a62f62..95b89aa8f5 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -7770,8 +7770,8 @@ void seen_monster(monsters *monster)
//
// shift_monster
//
-// Moves a monster to approximately (x,y) and returns true
-// if monster was moved.
+// Moves a monster to approximately (x, y) and returns true if
+// the monster was moved.
//
//---------------------------------------------------------------
bool shift_monster( monsters *mon, int x, int y )