Fix spectator.

This commit is contained in:
Night Owl 2017-06-15 00:12:47 +05:00
parent 641ead5f58
commit 007bc5eab8
1 changed files with 2 additions and 2 deletions

View File

@ -213,8 +213,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