mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-21 11:21:47 +00:00
Merge branch 'battleoffline' into 'master'
Battle Offline See merge request KartKrew/Kart!54
This commit is contained in:
commit
65d9b05966
1 changed files with 1 additions and 0 deletions
|
@ -7421,6 +7421,7 @@ static void M_StartServer(INT32 choice)
|
||||||
{
|
{
|
||||||
paused = false;
|
paused = false;
|
||||||
SV_StartSinglePlayerServer();
|
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);
|
D_MapChange(cv_nextmap.value, cv_newgametype.value, (boolean)cv_kartencore.value, 1, 1, false, false);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue