From 906e7d22dc1837c02a6369413bf37ba9103b3541 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 2 Jun 2008 03:41:52 +0000 Subject: 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 --- crawl-ref/source/dungeon.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source') 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: -- cgit v1.2.3-54-g00ecf