summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-maps.cc
diff options
context:
space:
mode:
authorgammafunk <gammafunk@gmail.com>2014-07-15 06:50:59 -0500
committergammafunk <gammafunk@gmail.com>2014-07-15 06:50:59 -0500
commite243e68ce9f22afc8da69ceeff5405e4599ed066 (patch)
tree784f85fa39e68c01521ce32e2c263166964aad96 /crawl-ref/source/dbg-maps.cc
parenta6ffd596cdb387f6bebe66b3965b9db489668899 (diff)
downloadcrawl-ref-e243e68ce9f22afc8da69ceeff5405e4599ed066.tar.gz
crawl-ref-e243e68ce9f22afc8da69ceeff5405e4599ed066.zip
Fix mapstat status output
Diffstat (limited to 'crawl-ref/source/dbg-maps.cc')
-rw-r--r--crawl-ref/source/dbg-maps.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/dbg-maps.cc b/crawl-ref/source/dbg-maps.cc
index 41bebc29e1..15a8667c57 100644
--- a/crawl-ref/source/dbg-maps.cc
+++ b/crawl-ref/source/dbg-maps.cc
@@ -202,6 +202,7 @@ static void _dungeon_places()
generated_levels.push_back(l);
if (new_branch)
++branch_count;
+ new_branch = false;
}
}
}