mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Leave introtime at 3 for 1v1
Preticker uses up a few tics, so setting it to 0 makes it useless.
This commit is contained in:
parent
418156bebf
commit
62b5f9c90f
1 changed files with 3 additions and 5 deletions
|
|
@ -81,11 +81,9 @@ void K_TimerInit(void)
|
|||
rainbowstartavailable = false;
|
||||
}
|
||||
|
||||
if (numPlayers <= 2)
|
||||
{
|
||||
introtime = 0; // No intro in Record Attack / 1v1
|
||||
}
|
||||
else
|
||||
// No intro in Record Attack / 1v1
|
||||
// Leave unset for the value in K_TimerReset
|
||||
if (numPlayers > 2)
|
||||
{
|
||||
introtime = (108) + 5; // 108 for rotation, + 5 for white fade
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue