mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +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
|
else
|
||||||
{
|
{
|
||||||
if (finalecount == 1)
|
if (finalecount == TICRATE/2)
|
||||||
{
|
{
|
||||||
// _drift across open waters
|
// _drift across open waters
|
||||||
Music_Remap("shore", "_DRIFT");
|
Music_Remap("shore", "_DRIFT");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue