mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 17:21:34 +00:00
Temporary testing measure
set splitscreen = 3 on host or connect
This commit is contained in:
parent
f858b2aa11
commit
d705d2a606
2 changed files with 2 additions and 1 deletions
|
@ -2377,7 +2377,7 @@ static void Command_connect(void)
|
|||
CONS_Alert(CONS_ERROR, M_GetText("There is no network driver\n"));
|
||||
}
|
||||
|
||||
splitscreen = 0;
|
||||
splitscreen = 3; // TEMPORARY TESTING MEASURE
|
||||
SplitScreen_OnChange();
|
||||
botingame = false;
|
||||
botskin = 0;
|
||||
|
|
|
@ -7419,6 +7419,7 @@ static void M_StartServer(INT32 choice)
|
|||
|
||||
if (ssplayers < 1)
|
||||
{
|
||||
splitscreen = 3; SplitScreen_OnChange(); // TEMPORARY TESTING MEASURE
|
||||
D_MapChange(cv_nextmap.value, cv_newgametype.value, (boolean)cv_kartencore.value, 1, 1, false, false);
|
||||
COM_BufAddText("dummyconsvar 1\n");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue