summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
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 9baca8cfa2..c0147fb63b 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -3600,7 +3600,7 @@ static int _place_uniques(int level_number, char level_type)
bool map_placed = false;
- for (int i = 0; i <= 3; i++)
+ for (int i = 0; i < 4; i++)
{
if (map_placed)
continue;