mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Forgot to commit, I hate gamemap one-indexing
This commit is contained in:
parent
362ca56346
commit
b4ec390f16
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue