From 9dae62c2c6adc82005f647c6c9f41c8877d00d71 Mon Sep 17 00:00:00 2001 From: Sryder Date: Sun, 22 Mar 2020 00:47:02 +0000 Subject: [PATCH] Fix me being hyperdumb with copypaste error --- src/p_mobj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_mobj.c b/src/p_mobj.c index 7259f46f2..57fbaedf3 100644 --- a/src/p_mobj.c +++ b/src/p_mobj.c @@ -12073,7 +12073,7 @@ ML_NOCLIMB : Direction not controllable case MT_WAYPOINT: { // 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; // Set the radius, mobj z, and mthing z to match what the parameters want if (line != -1)