mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-11 03:12:09 +00:00
Extend gameovertics again by two seconds.
This commit is contained in:
parent
abcf4f82ad
commit
8acf86cf10
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ UINT16 spacetimetics = 11*TICRATE + (TICRATE/2);
|
||||||
UINT16 extralifetics = 4*TICRATE;
|
UINT16 extralifetics = 4*TICRATE;
|
||||||
UINT16 nightslinktics = 2*TICRATE;
|
UINT16 nightslinktics = 2*TICRATE;
|
||||||
|
|
||||||
INT32 gameovertics = 10*TICRATE;
|
INT32 gameovertics = 12*TICRATE;
|
||||||
|
|
||||||
UINT8 ammoremovaltics = 2*TICRATE;
|
UINT8 ammoremovaltics = 2*TICRATE;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue