From e96b82e8da0cac34290d98e9172db2dce90b5ed0 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 27 Jul 2009 12:09:36 +0000 Subject: * 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 --- crawl-ref/source/dungeon.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/dungeon.cc') 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 ); } -- cgit v1.2.3-54-g00ecf