]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qc
make white whiter
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qc
index 7e9d6d94f56bbe41ddda0d763cb5eaa8c1e3eaca..5531cc483dd99c99dc1a3b44af8a9c5a6d339df2 100644 (file)
@@ -195,7 +195,7 @@ vector colormapPaletteColor(float c, float isPants)
 {
        switch(c)
        {
-               case  0: return '0.800000 0.800000 0.800000';
+               case  0: return '1.000000 1.000000 1.000000';
                case  1: return '1.000000 0.333333 0.000000';
                case  2: return '0.000000 1.000000 0.501961';
                case  3: return '0.000000 1.000000 0.000000';