Fix special stage map end var defaults to use the correct map numbers

This commit is contained in:
Monster Iestyn 2018-06-30 18:14:04 +01:00
parent 80d6253eec
commit 76c8d30ed2

View file

@ -3204,7 +3204,7 @@ void G_LoadGameSettings(void)
// defaults // defaults
spstage_start = 1; spstage_start = 1;
sstage_start = smpstage_start = 50; sstage_start = smpstage_start = 50;
sstage_end = smpstage_end = 57; // 7 special stages in vanilla SRB2 sstage_end = smpstage_end = 56; // 7 special stages in vanilla SRB2
sstage_end++; // plus one weirdo sstage_end++; // plus one weirdo
// initialize free sfx slots for skin sounds // initialize free sfx slots for skin sounds