removal of spectator UI letterboxing / inset

This commit is contained in:
pierow 2018-08-12 22:18:48 -04:00
parent 31801e3ecd
commit 5df731361d

View file

@ -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 // // Adjust the viewport so that the letterbox spectator mode
// doesn't cut anything off. // // doesn't cut anything off.
//
pparams->viewport[1] += YRES(32); // pparams->viewport[1] += YRES(32);
pparams->viewport[3] -= YRES(32 * 2); //pparams->viewport[3] -= YRES(32 * 2);
//
} // }
if ( gHUD.m_Spectator.IsInOverviewMode()) if ( gHUD.m_Spectator.IsInOverviewMode())
{ {