From 0a463a7413816d576532438795521bb2f3b1f1b0 Mon Sep 17 00:00:00 2001 From: Molgrum Date: Mon, 20 Aug 2007 02:41:34 +0000 Subject: [PATCH] This was not supposed to be commented! git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2599 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/view.c b/engine/client/view.c index 0a039d874..6e040f7b7 100644 --- a/engine/client/view.c +++ b/engine/client/view.c @@ -756,7 +756,7 @@ void GLV_UpdatePalette (qboolean force) } // ogw = gammaworks; -// VID_ShiftPalette (NULL); + VID_ShiftPalette (NULL); // if (ogw != gammaworks) // { // Con_DPrintf("Gamma working state %i\n", gammaworks);