summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-scan.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-06-08 20:32:42 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-06-08 20:32:42 +0200
commit62186526d650289b0c22525d4cea24b536977915 (patch)
tree989f3246ccb4ffd3755f82143df64844342886c9 /crawl-ref/source/dbg-scan.cc
parentae1dc47dc5b5f48957eb44396ab153acc38ef712 (diff)
downloadcrawl-ref-62186526d650289b0c22525d4cea24b536977915.tar.gz
crawl-ref-62186526d650289b0c22525d4cea24b536977915.zip
Brace fixes.
Diffstat (limited to 'crawl-ref/source/dbg-scan.cc')
-rw-r--r--crawl-ref/source/dbg-scan.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/dbg-scan.cc b/crawl-ref/source/dbg-scan.cc
index 2626c114a0..13d53a2e25 100644
--- a/crawl-ref/source/dbg-scan.cc
+++ b/crawl-ref/source/dbg-scan.cc
@@ -581,9 +581,7 @@ void check_map_validity()
find_trap(*ri); // this has all needed asserts already
if (shop_struct *shop = get_shop(*ri))
- {
ASSERT_RANGE(shop->type, 0, NUM_SHOPS);
- }
// border must be impassable
if (!in_bounds(*ri))