]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - palette.c
simplified dlight fading code
[xonotic/darkplaces.git] / palette.c
index 1a481e3ffac671c45413a2683775200c6662d1d3..f76ec54010850a87e4147e8166521eabe80bc682 100644 (file)
--- a/palette.c
+++ b/palette.c
@@ -110,7 +110,6 @@ void Palette_Setup8to24(void)
        palette_font[255] = 0;
 }
 
-
 void BuildGammaTable8(float prescale, float gamma, float scale, float base, qbyte *out)
 {
        int i, adjusted;