summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-05-15 08:46:45 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-05-15 08:46:45 +0100
commit5487ac093f68aeb255a6fe379f966b22b08e474e (patch)
treeab37226cd89739e17f54771e8be9dbf2510024b2 /crawl-ref/source/dungeon.cc
parent000f67cce8bbb7478a713f7215a347922db041db (diff)
downloadcrawl-ref-5487ac093f68aeb255a6fe379f966b22b08e474e.tar.gz
crawl-ref-5487ac093f68aeb255a6fe379f966b22b08e474e.zip
Fix indentation
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 023e14299d..acbd893512 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -3382,7 +3382,7 @@ static void _place_gozag_shop(dungeon_feature_type stair)
// Starts about 50% of the time and approaches 0%
static bool _shaft_known(int depth)
{
- return coinflip() && x_chance_in_y(3, depth);
+ return coinflip() && x_chance_in_y(3, depth);
}
static void _place_traps()