summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-02 03:41:52 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-02 03:41:52 +0000
commit906e7d22dc1837c02a6369413bf37ba9103b3541 (patch)
treef3d2efff37a1d5fae94496f9693e0b89146fd239 /crawl-ref/source/dungeon.cc
parent75af077e082b2bcc4d29c42ef88af3fc4e3f0805 (diff)
downloadcrawl-ref-906e7d22dc1837c02a6369413bf37ba9103b3541.tar.gz
crawl-ref-906e7d22dc1837c02a6369413bf37ba9103b3541.zip
Add yet more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5427 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index 0e42db0004..6863cbf44c 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -5202,7 +5202,6 @@ static void _place_pool(dungeon_feature_type pool_type, unsigned char pool_x1,
static void _many_pools(dungeon_feature_type pool_type)
{
-
if (player_in_branch( BRANCH_COCYTUS ))
pool_type = DNGN_DEEP_WATER;
else if (player_in_branch( BRANCH_GEHENNA ))
@@ -5266,8 +5265,8 @@ static dungeon_feature_type _pick_an_altar()
(temp_rand == 1) ? DNGN_ALTAR_SIF_MUNA :
(temp_rand == 2) ? DNGN_ALTAR_SHINING_ONE :
(temp_rand == 3
- || temp_rand == 4) ? DNGN_ALTAR_OKAWARU
- : DNGN_ALTAR_ZIN);
+ || temp_rand == 4) ? DNGN_ALTAR_OKAWARU
+ : DNGN_ALTAR_ZIN);
break;
case BRANCH_HALL_OF_BLADES: