summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 05:57:39 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 05:57:39 +0000
commitaa213e31912154c93958be10d7b2f09c8fe068b3 (patch)
tree2a129c9b2fe647c4ec5dd3907ff97fcaf572660d /crawl-ref/source/monplace.h
parentef3ee3ebdcf4aa3e08285ade7c96607e673e66ba (diff)
downloadcrawl-ref-aa213e31912154c93958be10d7b2f09c8fe068b3.tar.gz
crawl-ref-aa213e31912154c93958be10d7b2f09c8fe068b3.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5589 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 1b3ad0c6e7..0d212f1ea9 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -241,7 +241,7 @@ int mons_place( mgen_data mg );
/* ***********************************************************************
* This isn't really meant to be a public function. It is a low level
* monster placement function used by dungeon building routines and
- * mons_place(). If you need to put a monster somewhere, use mons_place().
+ * mons_place(). If you need to put a monster somewhere, use mons_place().
* Summoned creatures can be created with create_monster().
* *********************************************************************** */
int place_monster( mgen_data mg, bool force_pos = false );