mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 23:42:07 +00:00
Temporary testing measure
set splitscreen = 3 on host or connect
This commit is contained in:
parent
03108a242b
commit
2d7b130a7f
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"));
|
CONS_Alert(CONS_ERROR, M_GetText("There is no network driver\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
splitscreen = 0;
|
splitscreen = 3; // TEMPORARY TESTING MEASURE
|
||||||
SplitScreen_OnChange();
|
SplitScreen_OnChange();
|
||||||
botingame = false;
|
botingame = false;
|
||||||
botskin = 0;
|
botskin = 0;
|
||||||
|
|
|
||||||
|
|
@ -7419,6 +7419,7 @@ static void M_StartServer(INT32 choice)
|
||||||
|
|
||||||
if (ssplayers < 1)
|
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);
|
D_MapChange(cv_nextmap.value, cv_newgametype.value, (boolean)cv_kartencore.value, 1, 1, false, false);
|
||||||
COM_BufAddText("dummyconsvar 1\n");
|
COM_BufAddText("dummyconsvar 1\n");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue