From b4ec390f166910e9ec745142612a83d575c4d6e7 Mon Sep 17 00:00:00 2001 From: toaster Date: Sat, 18 Nov 2023 12:37:48 +0000 Subject: [PATCH] Forgot to commit, I hate gamemap one-indexing --- src/y_inter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;