1 cheeky line: 1; me: 0
This commit is contained in:
parent
2e1b2846da
commit
9d13451186
1 changed files with 2 additions and 2 deletions
|
@ -247,8 +247,6 @@ CSQC_UpdateView(float w, float h, float focus)
|
|||
}
|
||||
}
|
||||
|
||||
Predict_PostFrame((player)self);
|
||||
|
||||
if (pSeat->pWeaponFX) {
|
||||
CBaseFX p = (CBaseFX)pSeat->pWeaponFX;
|
||||
p.Draw();
|
||||
|
@ -333,6 +331,8 @@ CSQC_UpdateView(float w, float h, float focus)
|
|||
CSQC_DrawCenterprint();
|
||||
}
|
||||
}
|
||||
|
||||
Predict_PostFrame((player)self);
|
||||
}
|
||||
|
||||
DSP_UpdateListener();
|
||||
|
|
Loading…
Reference in a new issue