mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't make gptest behaviour apply in Record Attack.
This commit is contained in:
parent
21be55e924
commit
414550dc3b
1 changed files with 3 additions and 1 deletions
|
|
@ -3859,7 +3859,9 @@ static void P_InitGametype(void)
|
|||
{
|
||||
numlaps = cv_numlaps.value;
|
||||
}
|
||||
else if (cv_gptest.value)
|
||||
else if ((grandprixinfo.gp == true)
|
||||
&& (grandprixinfo.eventmode == GPEVENT_NONE)
|
||||
&& cv_gptest.value)
|
||||
{
|
||||
numlaps = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue