summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-27 12:09:36 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-27 12:09:36 +0000
commite96b82e8da0cac34290d98e9172db2dce90b5ed0 (patch)
tree4c5343e995c2b912f947e3583a4236aa0b1a7f4a /crawl-ref/source/dungeon.cc
parent5dd828e3caee784fb21743c52322a2202c99dc58 (diff)
downloadcrawl-ref-e96b82e8da0cac34290d98e9172db2dce90b5ed0.tar.gz
crawl-ref-e96b82e8da0cac34290d98e9172db2dce90b5ed0.zip
* Apply patch by kotk to fix the Alt-Tab bug (BR 2805959).
* Apply patch by trentbuck to allow packaging with tar (BR 2827595). * Fix 2827342: Consider weapons "too large to wield" as useless. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10424 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index 2450a1475f..14d7f60374 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -2335,8 +2335,10 @@ static builder_rc_type _builder_by_type(int level_number, char level_type)
ASSERT(vault);
if (!vault)
+ {
end(1, false, "Failed to find Pandemonium level %s!\n",
pandemon_level_names[which_demon]);
+ }
_ensure_vault_placed( _build_vaults(level_number, vault), true );
}