Use GTR_NOCUPSELECT as the controlling factor in advancemap next

This commit is contained in:
toaster 2022-12-18 14:45:31 +00:00
parent e0412ab851
commit 6a5029c83b

View file

@ -3861,7 +3861,7 @@ static void G_GetNextMap(void)
UINT32 tolflag = G_TOLFlag(gametype); UINT32 tolflag = G_TOLFlag(gametype);
register INT16 cm; register INT16 cm;
if (gametyperules & GTR_CAMPAIGN) if (!(gametyperules & GTR_NOCUPSELECT))
{ {
cupheader_t *cup = mapheaderinfo[gamemap-1]->cup; cupheader_t *cup = mapheaderinfo[gamemap-1]->cup;
UINT8 gettingresult = 0; UINT8 gettingresult = 0;