mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-25 06:51:09 +00:00
Seekmode steers faster
/8 -> /4 to match it's x2 speed
This commit is contained in:
parent
d584e46b24
commit
7ab913ad3d
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#define SPB_CHASETIMESCALE (60*TICRATE)
|
||||
#define SPB_CHASETIMEMUL (3*FRACUNIT)
|
||||
|
||||
#define SPB_SEEKTURN (FRACUNIT/8)
|
||||
#define SPB_SEEKTURN (FRACUNIT/4)
|
||||
#define SPB_CHASETURN (FRACUNIT/4)
|
||||
|
||||
#define SPB_MANTA_SPACING (2750 * FRACUNIT)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue