From: havoc Date: Thu, 10 Jul 2003 04:33:57 +0000 (+0000) Subject: err I guess BuildGammaTable8 was used! X-Git-Tag: xonotic-v0.1.0preview~6549 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=acfb616241c98927a367c26954f6ad72fcacb230;p=xonotic%2Fdarkplaces.git err I guess BuildGammaTable8 was used! git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3225 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/palette.c b/palette.c index 1e427e03..f76ec540 100644 --- a/palette.c +++ b/palette.c @@ -110,7 +110,6 @@ void Palette_Setup8to24(void) palette_font[255] = 0; } -#if 0 void BuildGammaTable8(float prescale, float gamma, float scale, float base, qbyte *out) { int i, adjusted; @@ -137,7 +136,6 @@ void BuildGammaTable8(float prescale, float gamma, float scale, float base, qbyt } } } -#endif void BuildGammaTable16(float prescale, float gamma, float scale, float base, unsigned short *out) {