mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 13:01:56 +00:00
Fix me being hyperdumb with copypaste error
This commit is contained in:
parent
2be2277f4b
commit
9dae62c2c6
1 changed files with 1 additions and 1 deletions
|
|
@ -12073,7 +12073,7 @@ ML_NOCLIMB : Direction not controllable
|
||||||
case MT_WAYPOINT:
|
case MT_WAYPOINT:
|
||||||
{
|
{
|
||||||
// Just like MT_SPINMACEPOINT, this now works here too!
|
// Just like MT_SPINMACEPOINT, this now works here too!
|
||||||
INT32 line = P_FindSpecialLineFromTag(9, mthing->angle, -1);
|
INT32 line = P_FindSpecialLineFromTag(2000, mthing->angle, -1);
|
||||||
mobj->radius = 384*FRACUNIT;
|
mobj->radius = 384*FRACUNIT;
|
||||||
// Set the radius, mobj z, and mthing z to match what the parameters want
|
// Set the radius, mobj z, and mthing z to match what the parameters want
|
||||||
if (line != -1)
|
if (line != -1)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue