Don't make gptest behaviour apply in Record Attack.

This commit is contained in:
toaster 2022-10-15 15:45:59 +01:00
parent 21be55e924
commit 414550dc3b

View file

@ -3859,7 +3859,9 @@ static void P_InitGametype(void)
{ {
numlaps = cv_numlaps.value; numlaps = cv_numlaps.value;
} }
else if (cv_gptest.value) else if ((grandprixinfo.gp == true)
&& (grandprixinfo.eventmode == GPEVENT_NONE)
&& cv_gptest.value)
{ {
numlaps = 1; numlaps = 1;
} }