mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-18 10:31:42 +00:00
Woops, need to ensure functional equivalence to what came before.
This commit is contained in:
parent
d5ba29eb9b
commit
837291c013
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue