diff --git a/game/client/view.cpp b/game/client/view.cpp index 4f3b9b4a..3aa035b2 100644 --- a/game/client/view.cpp +++ b/game/client/view.cpp @@ -645,7 +645,7 @@ void CViewRender::SetUpViews() // Set up the mono/middle view. CViewSetup &view = m_View; - view.zFav = farZ; + view.zFar = farZ; view.zFarViewmodel = farZ; // UNDONE: Make this farther out?