summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-09 18:02:00 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-09 18:02:00 +1000
commit970581d63acb7edde3c653b4850fe5532db3db43 (patch)
tree5cddba3d97b5c64dadf4d44001e7d46556f284c8 /crawl-ref/source/dungeon.cc
parent283ff593621c1165a3252b1f96b2a5b92e88213a (diff)
downloadcrawl-ref-970581d63acb7edde3c653b4850fe5532db3db43.tar.gz
crawl-ref-970581d63acb7edde3c653b4850fe5532db3db43.zip
Fix compilation error, put note in unique.des about fixed-place uniques.
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 b3c6d1b962..6870e90476 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -3371,8 +3371,8 @@ static int _place_uniques(int level_number, char level_type)
#ifdef DEBUG_DIAGNOSTICS
mprf(MSGCH_DIAGNOSTICS, "Placed %s.",
uniq_map->name.c_str());
- }
#endif
+ }
#ifdef DEBUG_UNIQUE_PLACEMENT
else
{