summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-30 18:51:31 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-30 18:51:31 +0000
commitb91d5e9aed614ae968e0e9fa786f7d28951ae7c9 (patch)
tree1e44b91482e4280ec73588a5f2f8b0eb207f4294 /crawl-ref/source/misc.cc
parentd47f4a6ad3a9e994174d2c658615b8e0f41fcd7c (diff)
downloadcrawl-ref-b91d5e9aed614ae968e0e9fa786f7d28951ae7c9.tar.gz
crawl-ref-b91d5e9aed614ae968e0e9fa786f7d28951ae7c9.zip
Add yet more miscellaneous minor fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6258 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index a7a8002049..52d1d186a6 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -2145,6 +2145,7 @@ void down_stairs( int old_level, dungeon_feature_type force_stair,
if (old_level_type == LEVEL_PANDEMONIUM)
{
init_pandemonium();
+
for (pc = 0; pc < pt; pc++)
pandemonium_mons();
}