mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Foolish
This commit is contained in:
parent
1955ff0dd0
commit
697d625a41
1 changed files with 2 additions and 2 deletions
|
|
@ -1819,8 +1819,8 @@ boolean G_Responder(event_t *ev)
|
||||||
displayplayer = consoleplayer;
|
displayplayer = consoleplayer;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// spy mode
|
UINT8 i = 0; // spy mode
|
||||||
do
|
for (i = 0; i < MAXPLAYERS; i++)
|
||||||
{
|
{
|
||||||
displayplayer++;
|
displayplayer++;
|
||||||
if (displayplayer == MAXPLAYERS)
|
if (displayplayer == MAXPLAYERS)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue