Fix condition for G_GetBackupCupData focus to not include Match Race

This commit is contained in:
toaster 2023-06-27 00:16:09 +01:00
parent c9817b957a
commit 5fedd38965

View file

@ -266,7 +266,7 @@ boolean M_LevelListFromGametype(INT16 gt)
G_GetBackupCupData(
cupgrid.grandprix == true
|| cv_splitplayers.value <= 1
&& cv_splitplayers.value <= 1
);
templevelsearch.cup = kartcupheaders;