Fix spectator/type mode.

This commit is contained in:
Night Owl 2017-01-13 01:05:29 +05:00
parent ae3bb401ab
commit b1602ec71f
1 changed files with 2 additions and 2 deletions

View File

@ -205,8 +205,8 @@ void ClientPutInServer( edict_t *pEntity )
// Reset interpolation during first frame
pPlayer->pev->effects |= EF_NOINTERP;
pPlayer->pev->iuser1 = 0;
pPlayer->pev->iuser2 = 0;
// pPlayer->pev->iuser1 = 0;
// pPlayer->pev->iuser2 = 0;
}
#ifndef NO_VOICEGAMEMGR