seems I keep forgetting to update this :(

This commit is contained in:
Bill Currie 2000-06-22 11:15:50 +00:00
parent 5c0eb38c1b
commit abbe2c19f3

View file

@ -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;
}