]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
fixed models getting dark in the distance when fogged bug (thanks to Elric for report...
[xonotic/darkplaces.git] / host_cmd.c
index 7a6fd9b5a26d5b9de8a7cad28570cc317152ebf4..507188bf2d4f0c8fc78746b941af2def076c84e3 100644 (file)
@@ -847,11 +847,11 @@ void Host_Color_f(void)
        int             playercolor;
        dfunction_t *f;
        func_t  SV_ChangeTeam;
-       
+
        if (Cmd_Argc() == 1)
        {
                Con_Printf ("\"color\" is \"%i %i\"\n", cl_color.integer >> 4, cl_color.integer & 15);
-               Con_Printf ("color <0-13> [0-13]\n");
+               Con_Printf ("color <0-15> [0-15]\n");
                return;
        }