S.peed P.B.

175% speed increase on seeking mode on the way to 1st, more effective at it's job.
This commit is contained in:
VelocitOni 2025-09-13 17:34:24 -04:00
parent f732f301a3
commit 05c16a091f

View file

@ -332,7 +332,7 @@ static boolean SPBSeekSoundPlaying(mobj_t *spb)
static void SPBSeek(mobj_t *spb, mobj_t *bestMobj)
{
const fixed_t desiredSpeed = SPB_DEFAULTSPEED;
const fixed_t desiredSpeed = SPB_DEFAULTSPEED*(7/4); // Seeks the player out 175% faster than its usual speed when locked in
waypoint_t *curWaypoint = NULL;
waypoint_t *destWaypoint = NULL;