mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Standard Evaluation: Delay the time the _DRIFT track starts to match the gainax shwing
This commit is contained in:
parent
d4c6c75858
commit
40a79056fa
1 changed files with 1 additions and 1 deletions
|
|
@ -1263,7 +1263,7 @@ void F_GameEvaluationTicker(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
if (finalecount == 1)
|
||||
if (finalecount == TICRATE/2)
|
||||
{
|
||||
// _drift across open waters
|
||||
Music_Remap("shore", "_DRIFT");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue