summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-06 15:07:55 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-06 15:07:55 +0000
commit0dca01eb87ec6d421c4f8992d1cf999b281d4cb4 (patch)
tree43b753d5936e29724601c106af8b85212ce30b2a /crawl-ref/source/dungeon.cc
parentf3e6bbf7bb4202d12fb936d82f69972ad91462e9 (diff)
downloadcrawl-ref-0dca01eb87ec6d421c4f8992d1cf999b281d4cb4.tar.gz
crawl-ref-0dca01eb87ec6d421c4f8992d1cf999b281d4cb4.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4890 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index dc4e06613a..282156ded2 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -2801,7 +2801,7 @@ static monster_type _pick_unique(int lev)
// Place uniques on the level.
// There is a hidden dependency on the player's actual
-// location (through your_branch().)
+// location (through your_branch()).
// Return the number of uniques placed.
static int _place_uniques(int level_number, char level_type)
{