I dun goofed, THIS is why FuriousFox disappears like that

This commit is contained in:
Monster Iestyn 2017-01-15 22:24:38 +00:00
parent 4ac709141a
commit ba3f001a09
1 changed files with 1 additions and 1 deletions

View File

@ -912,7 +912,7 @@ static inline void resynch_read_others(resynchend_pak *p)
for (i = 0; i < MAXPLAYERS; ++i)
{
// We don't care if they're in the game or not, just write all the data.
players[i].spectator = !(loc_ingame & (i<<i));
players[i].spectator = !(loc_ingame & (1<<i));
players[i].ctfteam = (INT32)LONG(p->ctfteam[i]); // no, 0 does not mean spectator, at least not in Match
players[i].score = (UINT32)LONG(p->score[i]);
players[i].numboxes = SHORT(p->numboxes[i]);