Woops, need to ensure functional equivalence to what came before.

This commit is contained in:
toasterbabe 2017-03-30 21:57:36 +01:00
parent d5ba29eb9b
commit 837291c013
1 changed files with 1 additions and 1 deletions

View File

@ -5759,7 +5759,7 @@ void P_SpawnSpecials(INT32 fromnetsave)
if (lines[i].flags & ML_NOKNUX) // Set offset through x and y texture offsets if NOKNUX flag is set
{
xoffs = sides[lines[i].sidenum[0]].textureoffset;
yoffs = -sides[lines[i].sidenum[0]].rowoffset;
yoffs = sides[lines[i].sidenum[0]].rowoffset;
}
else // Otherwise, set calculated offsets such that line's v1 is the apparent origin
{