Merge branch 'battleoffline' into 'master'

Battle Offline

See merge request KartKrew/Kart!54
This commit is contained in:
Sal 2018-10-24 16:01:58 -04:00
commit 65d9b05966
1 changed files with 1 additions and 0 deletions

View File

@ -7421,6 +7421,7 @@ static void M_StartServer(INT32 choice)
{
paused = false;
SV_StartSinglePlayerServer();
multiplayer = true; // yeah, SV_StartSinglePlayerServer clobbers this...
D_MapChange(cv_nextmap.value, cv_newgametype.value, (boolean)cv_kartencore.value, 1, 1, false, false);
}
else