mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Default anim time from 6 to 10
This commit is contained in:
parent
489bc15161
commit
009034e848
1 changed files with 1 additions and 1 deletions
|
|
@ -4152,7 +4152,7 @@ void readfollower(MYFILE *f)
|
|||
followers[numfollowers].bobspeed = TICRATE*2;
|
||||
followers[numfollowers].bobamp = 4*FRACUNIT;
|
||||
followers[numfollowers].hitconfirmtime = TICRATE;
|
||||
followers[numfollowers].ringtime = 6;
|
||||
followers[numfollowers].ringtime = 10;
|
||||
followers[numfollowers].defaultcolor = FOLLOWERCOLOR_MATCH;
|
||||
followers[numfollowers].category = UINT8_MAX;
|
||||
followers[numfollowers].hornsound = sfx_horn00;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue