From f6c92e5a7b0e0612864b45cebbff138dc8d0e108 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:12:01 +0100 Subject: Remove huge amount of dead code from spells2.cc --- src/traps.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/traps.cc') diff --git a/src/traps.cc b/src/traps.cc index ae0aa6a0..b6cb0b85 100644 --- a/src/traps.cc +++ b/src/traps.cc @@ -2519,7 +2519,7 @@ bool_ mon_hit_trap_aux_scroll(int m_idx, int sval) dam = damroll(5, 10); break; case SV_SCROLL_STAR_DESTRUCTION: - destroy_area(y, x, 15, TRUE, FALSE); + destroy_area(y, x, 15); return (FALSE); case SV_SCROLL_DISPEL_UNDEAD: typ = GF_DISP_UNDEAD; -- cgit v1.2.3