mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 10:02:01 +00:00
Actually, this should be left alone too
This commit is contained in:
parent
3ae0cd03fb
commit
fafdb257b8
1 changed files with 2 additions and 2 deletions
|
|
@ -12638,8 +12638,8 @@ ML_NOCLIMB : Direction not controllable
|
|||
// Set the radius, mobj z, and mthing z to match what the parameters want
|
||||
if (line != -1)
|
||||
{
|
||||
fixed_t lineradius = FixedMul(sides[lines[line].sidenum[0]].textureoffset, mapobjectscale);
|
||||
fixed_t linez = sides[lines[line].sidenum[0]].rowoffset; // mapthing z heights aren't affected by mapobjectscale, so I left this alone.
|
||||
fixed_t lineradius = sides[lines[line].sidenum[0]].textureoffset;
|
||||
fixed_t linez = sides[lines[line].sidenum[0]].rowoffset;
|
||||
|
||||
if (lineradius > 0)
|
||||
mobj->radius = lineradius;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue