From b91d5e9aed614ae968e0e9fa786f7d28951ae7c9 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 30 Jun 2008 18:51:31 +0000 Subject: 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 --- crawl-ref/source/misc.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/misc.cc') 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(); } -- cgit v1.2.3-54-g00ecf