mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-20 04:21:52 +00:00
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:
parent
f732f301a3
commit
05c16a091f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue