Base: .pitch reference fix.

This commit is contained in:
Marco Cawthorne 2022-02-01 10:10:29 -08:00
parent eb3eb567ca
commit 1beb466b81
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Player_PreDraw(base_player pl, int thirdperson)
if (pl.entnum != player_localentnum) {
src = pl.origin + pl.view_ofs;
ang = [pl.pitch, pl.angles[1], pl.angles[2]];
ang = pl.v_angle;
} else {
src = pSeat->m_vecPredictedOrigin + [0,0,-8];
ang = view_angles;