Forgot to commit, I hate gamemap one-indexing

This commit is contained in:
toaster 2023-11-18 12:37:48 +00:00
parent 362ca56346
commit b4ec390f16

View file

@ -1907,7 +1907,7 @@ void Y_DetermineIntermissionType(void)
// or for explicit requested skip (outside of modeattacking)
|| (modeattacking == ATTACKING_NONE && skipstats != 0)
// or tutorial skip material
|| (nextmapoverride == NEXTMAP_TUTORIALCHALLENGE || tutorialchallenge != TUTORIALSKIP_NONE))
|| (nextmapoverride == NEXTMAP_TUTORIALCHALLENGE+1 || tutorialchallenge != TUTORIALSKIP_NONE))
{
intertype = int_none;
return;