diff --git a/src/y_inter.c b/src/y_inter.c index 486ede29b..5da755835 100644 --- a/src/y_inter.c +++ b/src/y_inter.c @@ -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;