mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-18 23:41:48 +00:00
I have no idea if this is an actual problem or not, but this was in the back of my mind from day 1
This commit is contained in:
parent
bc807dccc4
commit
5132c31e0f
1 changed files with 3 additions and 0 deletions
|
@ -7421,6 +7421,9 @@ static void M_StartServer(INT32 choice)
|
|||
if (!cv_nextmap.value)
|
||||
CV_SetValue(&cv_nextmap, G_RandMap(G_TOLFlag(cv_newgametype.value), -1, false, false, 0, false)+1);
|
||||
|
||||
if (cv_maxplayers.value < ssplayers+1)
|
||||
CV_SetValue(&cv_maxplayers, ssplayers+1);
|
||||
|
||||
if (splitscreen != ssplayers)
|
||||
{
|
||||
splitscreen = ssplayers;
|
||||
|
|
Loading…
Reference in a new issue