mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'battleoffline' into 'master'
Battle Offline See merge request KartKrew/Kart!54
This commit is contained in:
commit
b4033a3811
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…
Add table
Reference in a new issue