diff --git a/engine/gl/gl_vidnt.c b/engine/gl/gl_vidnt.c index f0f144b5b..ae09c06dd 100644 --- a/engine/gl/gl_vidnt.c +++ b/engine/gl/gl_vidnt.c @@ -1116,6 +1116,7 @@ void GLAppActivate(BOOL fActive, BOOL minimize) } v_gamma.modified = true; //so that we can start doing palette flashes and things + gammaworks = true; } if (!fActive) @@ -1146,6 +1147,8 @@ void GLAppActivate(BOOL fActive, BOOL minimize) else gammaworks = SetDeviceGammaRamp(maindc, originalgammaramps); } + + vid_hardwaregamma.modified = true; }