mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Use GTR_NOCUPSELECT as the controlling factor in advancemap next
This commit is contained in:
parent
e0412ab851
commit
6a5029c83b
1 changed files with 1 additions and 1 deletions
|
|
@ -3861,7 +3861,7 @@ static void G_GetNextMap(void)
|
|||
UINT32 tolflag = G_TOLFlag(gametype);
|
||||
register INT16 cm;
|
||||
|
||||
if (gametyperules & GTR_CAMPAIGN)
|
||||
if (!(gametyperules & GTR_NOCUPSELECT))
|
||||
{
|
||||
cupheader_t *cup = mapheaderinfo[gamemap-1]->cup;
|
||||
UINT8 gettingresult = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue