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;