]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
err I guess BuildGammaTable8 was used!
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 10 Jul 2003 04:33:57 +0000 (04:33 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 10 Jul 2003 04:33:57 +0000 (04:33 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3225 d7cf8633-e32d-0410-b094-e92efae38249

palette.c

index 1e427e03acfb6788879e5a26e07853c67974e05d..f76ec54010850a87e4147e8166521eabe80bc682 100644 (file)
--- 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)
 {