summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-20 13:34:06 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-20 13:34:06 +0000
commit40c5f6d3c67bf321e2f65cf4b3d92df1c0153b0c (patch)
tree1a1457d28daa3ad42a760beef1491affd000ac52 /crawl-ref/source/monplace.cc
parentdb5e9bc8f14f1a1065c1dd21f1fd589412e20c7a (diff)
downloadcrawl-ref-40c5f6d3c67bf321e2f65cf4b3d92df1c0153b0c.tar.gz
crawl-ref-40c5f6d3c67bf321e2f65cf4b3d92df1c0153b0c.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10738 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monplace.cc')
-rw-r--r--crawl-ref/source/monplace.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index a3f4fdb4ff..d8f53ef2c7 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -1106,8 +1106,8 @@ static int _place_monster_aux(const mgen_data &mg,
menv[id].god = GOD_XOM;
}
- // If the caller requested a specific colour for this monster,
- // apply it now.
+ // If the caller requested a specific colour for this monster, apply
+ // it now.
if (mg.colour != BLACK)
menv[id].colour = mg.colour;
else if (mg.cls == MONS_KRAKEN)
@@ -1117,8 +1117,8 @@ static int _place_monster_aux(const mgen_data &mg,
}
// The return of Boris is now handled in monster_die()...
- // not setting this for Boris here allows for multiple Borises
- // in the dungeon at the same time. -- bwr
+ // not setting this for Boris here allows for multiple Borises in
+ // the dungeon at the same time. -- bwr
if (mons_is_unique(mg.cls))
you.unique_creatures[mg.cls] = true;