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;
|
||||
else
|
||||
{
|
||||
// spy mode
|
||||
do
|
||||
UINT8 i = 0; // spy mode
|
||||
for (i = 0; i < MAXPLAYERS; i++)
|
||||
{
|
||||
displayplayer++;
|
||||
if (displayplayer == MAXPLAYERS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue