mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-06 08:22:01 +00:00
whitespace cleanup from merge
This commit is contained in:
parent
c0ae3fa895
commit
fbda813155
1 changed files with 2 additions and 2 deletions
|
@ -612,12 +612,12 @@ static void Polyobj_spawnPolyObj(INT32 num, mobj_t *spawnSpot, INT32 id)
|
||||||
|
|
||||||
if (seg->linedef->special != POLYOBJ_START_LINE)
|
if (seg->linedef->special != POLYOBJ_START_LINE)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (seg->linedef->tag != po->id)
|
if (seg->linedef->tag != po->id)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
Polyobj_GetInfo(po->id, &poflags, &parentID, &potrans); // apply extra settings if they exist!
|
Polyobj_GetInfo(po->id, &poflags, &parentID, &potrans); // apply extra settings if they exist!
|
||||||
|
|
||||||
// save original flags and translucency to reference later for netgames!
|
// save original flags and translucency to reference later for netgames!
|
||||||
po->spawnflags = po->flags = poflags;
|
po->spawnflags = po->flags = poflags;
|
||||||
po->spawntrans = po->translucency = potrans;
|
po->spawntrans = po->translucency = potrans;
|
||||||
|
|
Loading…
Reference in a new issue