mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-14 02:32:38 +00:00
Cleanup :3c
This commit is contained in:
parent
843bc6bc1b
commit
2cecd2faf3
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…
Add table
Reference in a new issue