oops, got a little too agressive with the V_CheckGamma cleanup

This commit is contained in:
Bill Currie 2001-05-24 18:50:02 +00:00
parent 964ec6425d
commit 05f9470b7c
4 changed files with 4 additions and 4 deletions

View file

@ -156,7 +156,7 @@ V_UpdatePalette (void)
if (cl.cshifts[CSHIFT_BONUS].percent < 0)
cl.cshifts[CSHIFT_BONUS].percent = 0;
if (!new)
if (!new && !vid.recalc_refdef)
return;
V_CalcBlend ();

View file

@ -91,7 +91,7 @@ V_UpdatePalette (void)
if (cl.cshifts[CSHIFT_BONUS].percent < 0)
cl.cshifts[CSHIFT_BONUS].percent = 0;
if (!new)
if (!new && !vid.recalc_refdef)
return;
basepal = vid_basepal;

View file

@ -158,7 +158,7 @@ V_UpdatePalette (void)
if (cl.cshifts[CSHIFT_BONUS].percent < 0)
cl.cshifts[CSHIFT_BONUS].percent = 0;
if (!new)
if (!new && !vid.recalc_refdef)
return;
V_CalcBlend ();

View file

@ -93,7 +93,7 @@ V_UpdatePalette (void)
if (cl.cshifts[CSHIFT_BONUS].percent < 0)
cl.cshifts[CSHIFT_BONUS].percent = 0;
if (!new)
if (!new && !vid.recalc_refdef)
return;
basepal = vid_basepal;