mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
directorwait 2sec -> 4sec
This commit is contained in:
parent
3a39399346
commit
2a05b761c6
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ typedef enum
|
|||
TALLY_ST_GAMEOVER_DONE,
|
||||
} tally_state_e;
|
||||
|
||||
#define TALLY_DIRECTOR_TIME (2 * TICRATE)
|
||||
#define TALLY_DIRECTOR_TIME (4 * TICRATE)
|
||||
|
||||
struct level_tally_t
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue