Skip to content

Commit

Permalink
Fixed|XG: Teleport "No Flash" parameter inverted
Browse files Browse the repository at this point in the history
IssueID #2255
  • Loading branch information
skyjake committed Nov 26, 2019
1 parent ee54cd2 commit 01f36df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/plugins/common/src/world/p_xgline.cpp
Expand Up @@ -2049,7 +2049,7 @@ int XLTrav_LineTeleport(Line *newLine, dd_bool /*ceiling*/, void *context,
}

// Spawn flash at the new position?
if(info->iparm[2])
if (!info->iparm[2])
{
an = mobj->angle >> ANGLETOFINESHIFT;
if((flash = P_SpawnMobjXYZ(MT_TFOG,
Expand Down

0 comments on commit 01f36df

Please sign in to comment.