From 0dca01eb87ec6d421c4f8992d1cf999b281d4cb4 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 6 May 2008 15:07:55 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4890 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/dungeon.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3-54-g00ecf