mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 01:01:43 +00:00
Cleanup :3c
This commit is contained in:
parent
c6f6783f3e
commit
ebd688f32f
1 changed files with 1 additions and 12 deletions
13
src/g_game.c
13
src/g_game.c
|
@ -6860,18 +6860,7 @@ void G_DoPlayDemo(char *defdemoname)
|
|||
|
||||
if (!playeringame[displayplayer] || players[displayplayer].spectator)
|
||||
displayplayer = consoleplayer = serverplayer = p;
|
||||
/*else if (!spectator && splitscreen < 3) {
|
||||
if (splitscreen == 0) {
|
||||
splitscreen = 1;
|
||||
secondarydisplayplayer = p;
|
||||
} else if (splitscreen == 1) {
|
||||
splitscreen = 2;
|
||||
thirddisplayplayer = p;
|
||||
} else {
|
||||
splitscreen = 3;
|
||||
fourthdisplayplayer = p;
|
||||
}
|
||||
}*/
|
||||
|
||||
playeringame[p] = true;
|
||||
players[p].spectator = spectator;
|
||||
|
||||
|
|
Loading…
Reference in a new issue