Modify defaults for smpstage_start and smpstage_end to 60 and 66 respectively

This commit is contained in:
Monster Iestyn 2019-08-25 22:24:08 +01:00
parent d1105abdb3
commit db3a2e02a5

View file

@ -3285,9 +3285,11 @@ void G_LoadGameSettings(void)
{
// defaults
spstage_start = 1;
sstage_start = smpstage_start = 50;
sstage_end = smpstage_end = 56; // 7 special stages in vanilla SRB2
sstage_start = 50;
sstage_end = 56; // 7 special stages in vanilla SRB2
sstage_end++; // plus one weirdo
smpstage_start = 60;
smpstage_end = 66; // 7 multiplayer special stages too
// initialize free sfx slots for skin sounds
S_InitRuntimeSounds();