From 13a7507c4d0a5c04378009086a5a87528563fa6b Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 7 Mar 2016 01:48:13 +0100 Subject: [PATCH] - should have saved that... --- src/p_map.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/p_map.cpp b/src/p_map.cpp index 1c8d9b466..468fff5b3 100644 --- a/src/p_map.cpp +++ b/src/p_map.cpp @@ -5246,12 +5246,9 @@ void P_RadiusAttack(AActor *bombspot, AActor *bombsource, int bombdamage, int bo double bombdamagefloat = (double)bombdamage; FPortalGroupArray grouplist; - FMultiBlockThingsIterator it(grouplist, bombspot->X(), bombspot->Y(), bombspot->Z() - (bombdistance<height + (bombdistance*2)<X(), bombspot->Y(), bombspot->Z() - (bombdistance<height + ((bombdistance*2)<X(), bombspot->Y(), bombdistance << FRACBITS)); - AActor *thing; - if (flags & RADF_SOURCEISSPOT) { // The source is actually the same as the spot, even if that wasn't what we received. bombsource = bombspot;