From 5df731361dd38d3759cfff514c3622d969b088aa Mon Sep 17 00:00:00 2001 From: pierow Date: Sun, 12 Aug 2018 22:18:48 -0400 Subject: [PATCH] removal of spectator UI letterboxing / inset --- main/source/cl_dll/view.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/main/source/cl_dll/view.cpp b/main/source/cl_dll/view.cpp index ece19769..4c83e970 100644 --- a/main/source/cl_dll/view.cpp +++ b/main/source/cl_dll/view.cpp @@ -1913,16 +1913,16 @@ void V_CalcSpectatorRefdef ( struct ref_params_s * pparams ) } */ - if (g_iUser1) - { + // if (g_iUser1) + // { - // Adjust the viewport so that the letterbox spectator mode - // doesn't cut anything off. - - pparams->viewport[1] += YRES(32); - pparams->viewport[3] -= YRES(32 * 2); - - } + // // Adjust the viewport so that the letterbox spectator mode + // // doesn't cut anything off. + // + // pparams->viewport[1] += YRES(32); + //pparams->viewport[3] -= YRES(32 * 2); + // + // } if ( gHUD.m_Spectator.IsInOverviewMode()) {