mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-02 05:02:55 +00:00
MAXCOMBOTIME 6s -> 4s
This commit is contained in:
parent
8f2989a8a9
commit
09b5cb5020
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ Make sure this matches the actual number of states
|
|||
#define MAXCOMBOFLOAT (mapobjectscale*10)
|
||||
#define MINCOMBOTHRUST (mapobjectscale*2)
|
||||
#define MINCOMBOFLOAT (mapobjectscale*1)
|
||||
#define MAXCOMBOTIME (TICRATE*6)
|
||||
#define MAXCOMBOTIME (TICRATE*4)
|
||||
|
||||
#define FLAMESHIELD_MAX (120)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue