From abbe2c19f3770fe944e9b12909ceaf65b3b51cbe Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 22 Jun 2000 11:15:50 +0000 Subject: [PATCH] seems I keep forgetting to update this :( --- source/gl_part.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gl_part.c b/source/gl_part.c index 6f0d6d4..dbf7765 100644 --- a/source/gl_part.c +++ b/source/gl_part.c @@ -836,7 +836,7 @@ R_FireColor_f (void) } if (Cmd_Argc() == 5 || Cmd_Argc() == 6) { Con_Printf ("Warning: obsolete 4th and 5th parameters to r_firecolor ignored\n"); - } else if (Cmd_Argc() !=5) { + } else if (Cmd_Argc() !=4) { Con_Printf ("Usage r_firecolor R G B\n"); return; }