]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
changed color command description to mention it is 0-15 range, not 0-13
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 20 Aug 2002 19:54:39 +0000 (19:54 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 20 Aug 2002 19:54:39 +0000 (19:54 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2264 d7cf8633-e32d-0410-b094-e92efae38249

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;
        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);
        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;
        }
 
                return;
        }