From fbda813155c880f6b515992fd82661909e833a16 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Fri, 14 Aug 2015 18:32:30 -0400 Subject: [PATCH] whitespace cleanup from merge --- src/p_polyobj.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/p_polyobj.c b/src/p_polyobj.c index ab7a63411..faa3242d4 100644 --- a/src/p_polyobj.c +++ b/src/p_polyobj.c @@ -612,12 +612,12 @@ static void Polyobj_spawnPolyObj(INT32 num, mobj_t *spawnSpot, INT32 id) if (seg->linedef->special != POLYOBJ_START_LINE) continue; - + if (seg->linedef->tag != po->id) continue; Polyobj_GetInfo(po->id, &poflags, &parentID, &potrans); // apply extra settings if they exist! - + // save original flags and translucency to reference later for netgames! po->spawnflags = po->flags = poflags; po->spawntrans = po->translucency = potrans;