summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-08 20:13:07 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-08 20:13:07 +0000
commitf21c5f55faad3f142d36916119288dc0def578c6 (patch)
treeb01a056c26c459f99ef67f5b7aa878e23f47407b /crawl-ref/source/acr.cc
parent2af2ded06186dd52ca9afd658203cd18c0d3d416 (diff)
downloadcrawl-ref-f21c5f55faad3f142d36916119288dc0def578c6.tar.gz
crawl-ref-f21c5f55faad3f142d36916119288dc0def578c6.zip
Add more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8334 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 0b42f8d378..a5425b651e 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -606,7 +606,7 @@ static void _do_wizard_command(int wiz_command, bool silent_fail)
case 'B':
if (you.level_type != LEVEL_ABYSS)
- banished( DNGN_ENTER_ABYSS, "wizard command" );
+ banished(DNGN_ENTER_ABYSS, "wizard command");
else
down_stairs(you.your_level, DNGN_EXIT_ABYSS);
break;
@@ -3113,6 +3113,7 @@ void world_reacts()
env.turns_on_level++;
update_turn_count();
}
+
_check_banished();
_check_shafts();
@@ -3205,6 +3206,7 @@ void world_reacts()
}
handle_monsters();
+
_check_banished();
ASSERT(you.time_taken >= 0);