Set bool values TRUE/FALSE

This commit is contained in:
Anders Jenbo 2019-12-22 23:53:06 +01:00
commit 0c90ad0527
25 changed files with 193 additions and 193 deletions

View file

@ -940,7 +940,7 @@ void recv_plrinfo(int pnum, TCmdPlrInfoHdr *p, BOOL recv)
sgwPackPlrOffsetTbl[pnum] = 0;
multi_player_left_msg(pnum, 0);
plr[pnum]._pGFXLoad = 0;
UnPackPlayer(&netplr[pnum], pnum, 1);
UnPackPlayer(&netplr[pnum], pnum, TRUE);
if (!recv) {
#ifdef _DEBUG