mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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
|
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;
|
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
|
else // Otherwise, set calculated offsets such that line's v1 is the apparent origin
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue